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

Vineet Tiwari
6,609 PointsLetterGuess won't run on repl.it
After coding out LetterGuess, and running it multiple times in the terminal, I decided to run in on repl.it but the code won't run. It shows no error messages so I have no idea what's causing this issue. What could be causing it? Can I fix it of repl just doesn't support the modules? The session on repil.it for my Pythin scrypt is here.
1 Answer

Chris Freeman
Treehouse Moderator 68,468 PointsThe caution with using an online REPL is os
and sys
commands may not be supported.
You will need to look at the repl.it docs to see where these limits are.
The code will run if you commented out the clear()
and sys.exit()
statements.