Question: Intro to Programming Exercise 5: Athletes.py Make four dictionaries, where the name of each dictionary is the name of an athlete. In each dictionary, include
Intro to Programming
Exercise 5: Athletes.py
Make four dictionaries, where the name of each dictionary is the name of an athlete.
In each dictionary, include the athlete name, their sport, the team they play for, their number, and the position they played.
If you are not a sports fan feel free to make up fictional sports and athletes.
Store these dictionaries in a list called athletes.
Next, using a for loop, loop through your list and print everything about each athlete.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
