tutorial.eyehunts.com
Python create empty dictionary
In Python, you can create an empty dictionary by using curly braces {} or by using the built-in dict() function without any arguments....
Rohit