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

Eli Woelffer
Eli Woelffer
123 Points

I have a script named hello_treehouse.py. How would I run that?

I am confused about what the question is trying to say.

2 Answers

Hi Eli!

It is simple to run an application.

All you need to do is type python and the space and then the filename, or in this case, hello_treehouse.py

I hope this helps!

Thanks! :)

Alita Edmonds
Alita Edmonds
6,068 Points

Hi Eli! I just went through this and was confused too. You should type in the blank what text you would use to print that message inside hello_treehouse.py. If you are not sure how to do this, watch the video before the quiz. Hint: it would start with: python hello_tre.......... Hope this helps!