In the following block of code:
dictionary = dict() dictionary[0] = {} try: print(dictionary[0]["tomato"]) except Exception as e: