Question: A Key Error exception exists if you attempt to access a dictionary with an invalid key. Write a small program that illustrates using a try-except block to handle a KeyError exception. Create a small dictionary and write a special error message if an attempt is made to access the dictionary with an invalid key.