#Another way to retrieve a single value from a dictionary is using the get-method. # The advantage? It returns a default value, None, if the key was not found.