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

Python Python Basics (2015) Python for Beginners Correct errors

RMZ .
RMZ .
1,002 Points

I 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?

errors.py
print("Hello")
print("name")

print("Let's do some math!")
math = 5 + 5

print("Thanks for playing along!')

2 Answers

Sneha Nagpaul
Sneha Nagpaul
10,124 Points

They are judging you via what gets printed. I guess the first hint would be to not remove any print statements.

Hope that helps!

RMZ .
RMZ .
1,002 Points

Cool. 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)