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.
This repository contains solutions and practice programs for the exercises from Tony Gaddis’ book Starting Out with Python. Each chapter folder mirrors the structure of the book and includes short ...