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 Build an Application Multidimensional Musical Groups

i dont get the question

i dont get it

groups.py
musical_groups = [
    ["Ad Rock", "MCA", "Mike D."],
    ["John Lennon", "Paul McCartney", "Ringo Starr", "George Harrison"],
    ["Salt", "Peppa", "Spinderella"],
    ["Rivers Cuomo", "Patrick Wilson", "Brian Bell", "Scott Shriner"],
    ["Chuck D.", "Flavor Flav", "Professor Griff", "Khari Winn", "DJ Lord"],
    ["Axl Rose", "Slash", "Duff McKagan", "Steven Adler"],
    ["Run", "DMC", "Jam Master Jay"],
]
# Your code here

1 Answer

Eric M
Eric M
11,545 Points

Hi Blue,

This is actually a common one that people get stuck on. Perhaps due to the way it's worded? I'm not sure.

Either way, check out these previous threads that explain what's expected and how to achieve it (you'll probably only need to look at one or two of these, but I thought I'd list a few so it's clear that it's a pretty easy place to get stuck!): https://teamtreehouse.com/community/dont-know-where-to-start-please-help https://teamtreehouse.com/community/how-do-i-loop-through-each-group-and-output-the-members-joined-together-with-a-using-a-for-loop https://teamtreehouse.com/community/please-help-i-got-stucked-on-this-exercise https://teamtreehouse.com/community/i-did-not-understand-at-all-which-ones-are-group-names-and-which-ones-are-group-members

Cheers,

Eric

Thank you for your time good sir but after many trial and errors i finally figure it out i am more than great full for your time.

Cheers,

Blue