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 Introducing Lists Using Lists Continental

I don't remember him going over this earlier

I'm just confused over this

continents.py
continents = [
    'Asia',
    'South America',
    'North America',
    'Africa',
    'Europe',
    'Antarctica',
    'Australia',
]

1 Answer

boi
boi
14,241 Points

If you're NOT confused while trying to solve a challenge then there is a problem. There are two parts of the challenge, the first part of the challenge wants you to print out the names of the continents list with a multiplication sign or a star sign * before each continent name, for example

* Asia
* North America

You can solve this challenge using a for loop, if you have problems using for loop, I recommend watching the video again on for loop, or using YouTube tutorials to understand for loops. If you need any help from me just msg me under this post.