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 trialPaul Casperson
985 PointsI 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.
print(" ")
print("Hello YOUR NAME")
("Hello YOUR NAME")
"Hello YOUR NAME"
print("Hello Paul")
print("Hello YOUR NAME HERE")
3 Answers
Michael Rawlinson
1,507 PointsI believe that it should just be: print("Hello Paul") and nothing else
Paul Casperson
985 PointsYes , I got it,
thank you
micram1001
33,833 PointsI 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
micram1001
33,833 Pointsoops should read print("Hello Mayk Rambeau")