Part1:
Create a dictionary for 4 NBA basketball teams each dictionary will have:
- List of all players names.
- 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).
- Their hometown, the number of NBA titles they have won.
- 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.