Exercise: Find maximum key in dictionary

Use the max() function to get the maximum key in the dictionary.
Python
Setting up Python environment...
Output