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 trialWendy Shi
228 PointsI followed the steps and it shows me I have syntax errors and 'python' is not defined.
2 Answers
Steven Parker
231,268 PointsYour code seems to be good, with no syntax errors.
So what might be happening is that you have already started python and are putting in the command to run the program that you would normally give to the console.
If you see ">>>" at the beginning of the line, you are already running python. Type a Ctrl-D (or "exit()") to get back to the console prompt, which will show "treehouse:~/workspace$". Then you can type "python hello.py" to run your program.
Jorge Monarres
189 PointsYes, it seems good to me as well, I have it just the same. It's definitely due to you running python already.