python_ref_dict.py:
x
 
x = dict(name = "Bill", age = 63, country = "USA")
print(x)