tutorial.eyehunts.com
Python dictionary values to list | Example code - EyeHunts
Use the Python inbuild values() method to get values of the dictionary. The dict.values return a view of the dictionary’s values instead.
Rohit