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 trialoshayne anderson
839 Pointspython giving "bummer" even tho my code seems correct
what did i do wrong?
messy = [5, 2, 8, 1, 3]
del messy [2]
5 Answers
oshayne anderson
839 Pointsi figured out what i did wrong : del messy[2] i shouldn't have given it a space, sigh, simple errors.
Savanna Stolper
2,120 Pointsdon't worry, we all make those kinds of mistakes every once in a while!
oshayne anderson
839 Pointslol i'm making its a lot, i'm kinda new to python.
Savanna Stolper
2,120 PointsI'm new too! I just started a couple months ago.
oshayne anderson
839 Pointslets be coding friends xd
oshayne anderson
839 Pointsi started yesterday.
james south
Front End Web Development Techdegree Graduate 33,271 Pointssomething that i really liked that y'all might enjoy is a website called codingbat. lots of exercises in python and java.
Savanna Stolper
2,120 Pointscool thanks!