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 All Together Now Gather Information

My console returns to to treehouse:~/workspace$ after typing 'python masterticket.py'.

I've written out the code to this problem both individually and side by side with the video and everything appears to be correct. But when I type 'python masterticket.py', it just returns to the console prompt. It's not giving any errors, just returning to square one.

1 Answer

Steven Parker
Steven Parker
229,732 Points

Seeing the system prompt again just means that the program is running to completion without printing anything.

If you need help identifying the issue, show your code here (with Markdown formatting). Or even better, make a snapshot of your workspace and post the link to it here.

I am having same issues .Let me post screen shot here

Steven Parker
Steven Parker
229,732 Points

Note that a "snapshot" is not a screen image, but a complete clone of a workspace (perfect for replicating an issue!). The blue word int he original answer is a link to a video that explains making them.

And once you have it, start a fresh question for your issue.