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 Syntax and Errors

I see no orange dot telling me that I didn't save the code

When he says that there should be a little orange dot telling you that you didn't save the code I don't see any dot

Where are you writing your code? Are you using the playground or something else?

1 Answer

Hi Jet,

That is strange. Usually a dot shows up once anything new is typed into the opened file. Try typing something into the hello.py file and look at the tab to the right of the ".py" part. You should see a dot there. Then, when you save the changes you made to the file, the dot will disappear. If you use keyboard shortcuts out of habit, such as pressing ctrl + s very quickly, you may not notice the dot appear. Try going very slow and observing the dot appear once you make any kind of change to the file.

Cheers!