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 trialYasser Shaaf
UX Design Techdegree Student 13,865 PointsI have a script named hello_treehouse.py. How would I run that?
I have a script named hello_treehouse.py. How would I run that?
5 Answers
Chris Freeman
Treehouse Moderator 68,441 PointsIf you are at a shell prompt, use python hello_treehouse.py.
stephenallison
8,559 PointsBecause its a shell prompt you have to type python hello_treehouse.py in order for it to work properly.
Yasser Shaaf
UX Design Techdegree Student 13,865 Pointswhat i write in the blank in the quiz
Chris Freeman
Treehouse Moderator 68,441 PointsThe answer is the same:
python hello_treehouse.py
Silje Tellefsen
886 PointsYou have to write exactly python hello_treehouse.py, NOTHING MORE. If you try to explain where you write this, or you that you import or call the script in the shell -the test will not give you points.
Wade Watts
227 Pointsput_underscores_underneath_everything_like_this_baby!!!!!
Edward Katai
442 PointsEdward Katai
442 Pointsthank you very much