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

yusuf patat
yusuf patat
572 Points

please help me i couldn't do this exercise

i understad errors but i couldn't do this exercise. where is the problem?

errors.py
print("Hello")
print(name)
print("name")
print("Let's do some math!")
print(5 + "a")
5+3
print("Thanks for playing along!')
print("Thanks for playing along!")

2 Answers

Gabbie Metheny
Gabbie Metheny
33,778 Points

It looks like you figured out all the right answers, but you need to change them in the original line of code, rather than adding them underneath. The instructions to not delete any lines are a little misleading-- you can (and should) edit the problematic lines, just don't remove them entirely. Let me know if you're still having trouble!

yusuf patat
yusuf patat
572 Points

Thanks you, my problem is solved.