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

Digital Literacy Computer Basics Computer Languages Programming Paradigms - Part 1

Stanley Nkosi
Stanley Nkosi
4,233 Points

How do I open HelloWorld.py so that I can print in print(" ")?

I want to print in HelloWorld.py.I have clicked on HelloWorld.pay it does not open so that I can print in print(" ")?

HelloWorld.py
print(" ")

2 Answers

Hi Stanley, HelloWorld.py is already open when you start the challenge. You can type "Hello YOUR NAME" between the quotes and click the Check Work button to pass.

print("Hello Stanley")

or this will also pass if you want to copy the text directly out of the question:

print("Hello YOUR NAME")
Stanley Nkosi
Stanley Nkosi
4,233 Points

Thank you very much Allison.I thought that you must open the "HelloWorld.py" like in Html document.When you click it it opens a new page where you make changes.All the same,thank you very much.I managed to finish the task.