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
Christophe McGhee
4,340 Pointsi typed in "Hello YOUR NAME" and it wont pass me.
im i doing something wrong.
4 Answers
Greg Kaleka
39,021 PointsHi Christophe,
Not sure what challenge you're talking about (link to it if you can), but I'm assuming you're supposed to be doing string formatting like this:
name = "Christophe"
greeting = "Hello {}".format(name)
I would highly recommend reviewing the video on strings from Python Basics here.
Cheers
-Greg
Christophe McGhee
4,340 Pointsprint("Hello YOUR NAME")
Greg Kaleka
39,021 PointsHm, that's working just fine for me. Are you sure you haven't changed anything else in the code? Even just a space before print would cause a problem. What error message are you getting?
Christophe McGhee
4,340 Pointsthis is the error i am getting
Oh no! There was a communication problem.
If you continue experiencing problems, please contact support at help@teamtreehouse.com.
Fear not! Your code is safe with us. You will be able to resubmit once you reload the challenge.
Reload Challenge Back to overview
thank you so much your help.
Greg Kaleka
39,021 PointsAh yeah that happens from time to time. It has nothing to do with the code you've entered. If you click the Reload Challenge button, it should work... eventually. Some days it's frustrating how frequently this happens. Definitely email support if it keeps happening!
Christophe McGhee
4,340 Pointsive lost count on how many times i have Reloaded this challenge.. is there anything i can do. i would really like to finish theses tasks.
Greg Kaleka
39,021 PointsDefinitely email support. help@teamtreehouse.com
Christophe McGhee
4,340 PointsChristophe McGhee
4,340 PointsChallenge Task 1 of 1
Write the phrase "Hello YOUR NAME" in the appropriate place in this Python 3 code.
i am still in computer basics.
Greg Kaleka
39,021 PointsGreg Kaleka
39,021 PointsOK gotcha. I found the challenge.
Can you copy and paste the exact code you ran that is failing?