In this lab, you'll practice using nested loops to iterate over nested data structures and create new collections. To do this, you'll be using data from a soccer match to practice our nested loops.
It’s not uncommon that we include one loop within another. This is called nesting, and such loops are called nested loops. Let’s say we wanted to print out pairings of contestants in a round robin ...