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

I can't seem to write the proper code in Python 3 code for the Challange Task 1

I'm sure its something simple I"m doing wrong, however, I can't seem to submit the correct answer.

HelloWorld.py
print(" ")
print("Hello YOUR NAME")
("Hello YOUR NAME")
"Hello YOUR NAME"
print("Hello Paul")
print("Hello YOUR NAME HERE")

3 Answers

Michael Rawlinson
Michael Rawlinson
1,507 Points

I believe that it should just be: print("Hello Paul") and nothing else

Yes , I got it,

thank you

I know you got the answer but I still reviewed the Challange Task 1 and entered this: '''html <p> print("Hello Mayk Rambeau")</p> ''' need to type Hello before the name. Mayk

oops should read print("Hello Mayk Rambeau")