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 Collections (2016, retired 2019) Lists Creating lists

matt j
matt j
3,838 Points

bug 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

lists.py
my_list = [1, 2, 3, 'a', 'b', [1, 2]]
Podrig Leoghain
Podrig Leoghain
5,094 Points

Reproduced on my machine also.

matt j
matt j
3,838 Points

I 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
Kushagra Patel
7,740 Points

I have the same issue.

2 Answers

Chris Howell
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Chris Howell
Python Web Development Techdegree Graduate 49,702 Points

Hey 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
Podrig Leoghain
5,094 Points

Raise a bug/support ticket on the challenge. Lots of people getting same bug.