Handling Dictionary Data
Critical Thinking Assignment: Handling Dictionary Data (105 points)
Write a program to provide the following tasks for a Dictionary object:
Create and print a dictionary
Accessing items in a dictionary
Looping items through a dictionary
Change a value in a dictionary
Check if the key exists in a dictionary
Print a dictionary length
Adding Items to a dictionary
Removing Items in a dictionary