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 trialLinda Larson-Prior
446 Pointswon't run at all
When I am in the console and print the run command (python masterticket.py) it just returns the prompt and never tries to run the code! I did exactly what the instructor did, and ran from the console using the same command, but fundamentally, nothing happened!
1 Answer
Mark Sebeck
Treehouse Moderator 37,799 PointsHi Linda. A common mistake is forgetting to save your code before running. Make sure you hit ctrl + s or select Save from then menu before running. Craig used ctrl + s to save but didn't mention that he did. You can see a little red circle next to the file name. Right before he runs it the red dot disappears meaning he saved it.
Linda Larson-Prior
446 PointsThank you! That was PRECISELY the problem!!
Mark Sebeck
Treehouse Moderator 37,799 PointsMark Sebeck
Treehouse Moderator 37,799 PointsYou're welcome Linda. Glad you got it to work.