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 trialTatenda Marshall Manuel
8,055 PointsI'd like you to now only print continents that begin with the letter "A".
help
continents = ['Asia', 'South America', 'North America', 'Africa', 'Europe', 'Antarctica', 'Australia']
# Your code here
print("continents:")
for continent in continents:
print("* " + continent)
2 Answers
Alejandro Azmitia
Courses Plus Student 1,765 PointsTheres already an answer to this challenge. Please check the below link:
https://teamtreehouse.com/community/whats-wrong-with-my-code-196
Tatenda Marshall Manuel
8,055 PointsThank you
Priscilla Sanchez
481 PointsPriscilla Sanchez
481 Pointsin the answer in the link it still prints out south / north america