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 trialmatt j
3,838 Pointsbug with problem
I keep getting the error :" didn't find 'my_list' "
I've tried several possible solutions including declaring it before adding items with no success.
seems like a bug to me
my_list = [1, 2, 3, 'a', 'b', [1, 2]]
matt j
3,838 PointsI have the same problem with the next list objective problem after this one.
this being the task :
Create a list named "best" that has three items in it. The items can be anything you want.
I input :
best = [] best = [ 1, 2, 3]
returns with :
Bummer: You didn't create the best
variable?
I tried appending and extending to a blank list but no success
Kushagra Patel
7,740 PointsI have the same issue.
2 Answers
Chris Howell
Python Web Development Techdegree Graduate 49,702 PointsHey everyone, thanks for posting and helping make us aware of the problem!
A fix was pushed and the issue should be resolved now.
But definitely do not hesitate to post about it again, if you run into anymore Code Challenge issues.
Podrig Leoghain
5,094 PointsRaise a bug/support ticket on the challenge. Lots of people getting same bug.
Podrig Leoghain
5,094 PointsPodrig Leoghain
5,094 PointsReproduced on my machine also.