How Can I Obtain a List of all Keys of a Dictionary

We can list all of the keys of a dictionary by using the list() function
and specifying the name of the dictionary as a parameter.

This is shown in the code below.