NBA basketball teams

Part1:
Create a dictionary for 4 NBA basketball teams each dictionary will have:

  1. List of all players names.
  2. A list indicating the results for their last 5 matches (this has to be a nested dictionary with dates as the keys and a bool value where 1 is a win and 0 is loss).
  3. Their hometown, the number of NBA titles they have won.
  4. Use the dictionary functions to add, delete and modify entries from those.
    Note: you will submit the Python file pynb.

Part 2:
Write the proper python commands including condition statements and logical operators if needed to the following diagram.

This question has been answered.

Get Answer