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 trialDana Yousif
473 Pointsi cant write exercise
i want to do this vido by my self but it always give me error !! i dont know why? i write in the console :my_list = [2, 'd', 5] ite pop up error?? why?
Moses Gangipogu
3,772 Pointsany error message ?
1 Answer
Alexander Davison
65,469 PointsCopy and paste this:
my_list = [2, 'd', 5]
Daniel Santos
34,969 PointsDaniel Santos
34,969 PointsI am trying to figure out what you are typing in the console. Can you re-write it again?
Are you typing -> :my_list = [2, 'd', 5]
Or -> my_list = [2, 'd', 5]