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 trialRebecca Forbes
58 PointsTraining Environment Is Not Updating
Hello,
I was following along with Craig and when I came to the variables video, my code will not update to Hello Craig.
Thanks!
Rebecca
Jessica Whitman
176 PointsI am having the same problem. It continues to say Hello, World and will not update with my name and will also not update my "is learning Python code" in the console.
print("Hello, Jess") print ("Jess is learning Python")
1 Answer
Chris Freeman
Treehouse Moderator 68,441 PointsIf you are running in Treehouse Workspaces, be sure the file is saved. If there is a dot next to the filename on the tab, it is not saved.
- while in the file, type Ctrl-s to save, or
- above file tab, select File -> Save
Then execute in the console window by typing at the $ prompt:
$ python hello.py
Post back if you need more help. Good luck!!!
Chris Freeman
Treehouse Moderator 68,441 PointsChris Freeman
Treehouse Moderator 68,441 PointsCan you please include your code?