Similar to the above provided examples: Create a simple function that prints a message Create a function that takes in parameters Create a function that returns a value Call on the functions you have created to show that the functions are working Create a python dictionary and show code: printing the values using get(), changing the values, looping through the dictionary, adding items to dictionary, using pop() to remove items, and using clear() to empty the dictionary.