9. How is del D and del D[] different from one another if D is a dictionary ?
9. How is del D and del D[] different from one another if D is a dictionary ? Read More »
(a) Using the dictionary created above, allow the user to enter a team name and print out the team’s winning percentage. (b) Using the dictionary, create a list whose entries are the number of wins of each team. (c) Using the dictionary, create a list of all those teams that have winning records. # Code