Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Basics Meet Python Running Scripts

it continues to say "Hello, world" in the console although i have changed the word "world" to "Charles". please help

im trying to copy step for step what craig does in the variables video but when i change it the console doesn't change. when i run "python hello.py" in the console its fine but when highlight "world" and write "charles" and run the same check in the console it still says "Hello, world" instead of "Hello, Charles". please help

2 Answers

Are you saving your file before you run it again? (If there's a little red dot next to the file name, you've not saved yet!)

I cant see the button for some reason but i found the shortcut (control + s). thank you for your help

Haha, both of you help me. Nice point!