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 (2015) Python for Beginners Third Quiz

I 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
MOD
Chris Freeman
Treehouse Moderator 68,423 Points

If you are at a shell prompt, use python hello_treehouse.py.

thank you very much

stephenallison
stephenallison
8,559 Points

Because its a shell prompt you have to type python hello_treehouse.py in order for it to work properly.

what i write in the blank in the quiz

Chris Freeman
Chris Freeman
Treehouse Moderator 68,423 Points

The answer is the same:

python hello_treehouse.py

You 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.

put_underscores_underneath_everything_like_this_baby!!!!!