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 trialRMZ .
1,002 PointsI don't get it even though I already did couple of possibilities. What should I do?
Yea I don't get it how the code should work, I tried to do every possibilities but it won't work out. Can somebody help this out?
print("Hello")
print("name")
print("Let's do some math!")
math = 5 + 5
print("Thanks for playing along!')
2 Answers
Sneha Nagpaul
10,124 PointsThey are judging you via what gets printed. I guess the first hint would be to not remove any print statements.
Hope that helps!
RMZ .
1,002 PointsCool. Thanks for the respond. I found the solution already :) I didn't see they put double quotation marks and then finish it with single quotation marks x)