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 The Challenge

3 Answers

Shanil Mohan R
Shanil Mohan R
1,506 Points

Hi Brandon, Even though it is not covered specifically in the List section , this concept was covered in one of the earlier section.. When you want to iterate through the list and print out the elements one by one we are talking about using an iterative construct here and then it is just becoming a little creative about how you print the # with in the loop.

Steven Parker
Steven Parker
229,732 Points

Adding a new item is covered in one of the videos linked down in the Teacher's Notes.

It's the one labeled Adding items to lists.

brandon supinski
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
brandon supinski
Front End Web Development Techdegree Graduate 18,682 Points

I meant where you add the title of Player # in front of the name. I gave up and just continued with lessons, it was covered in a video after the practice.

Katie Ferencik
Katie Ferencik
1,775 Points

This threw me too! I figured it had something to do with printing the iteration, but I'm not sure exactly how. I'll probably skip that part and move on to the next video. Wish it was specifically covered prior to the challenge, as it would have kept me from confusion.