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

Saad Ali Khan
Saad Ali Khan
1,601 Points

I just can't get the answer right to the question I have a script named hello_treehouse.py. How would I run that?

I would normally just hit enter or click "run"

1 Answer

Jackson Lai
Jackson Lai
3,538 Points

maybe try: python hello_treehouse.py since you are in UNIX terminal you cannot just hit enter or click 'run' to run it. You need to state out what program are you going to use with the file name after it.

Saad Ali Khan
Saad Ali Khan
1,601 Points

thanks a lot, that worked.