Dictionary Python

dict3 = {3.2: 'xyz', 1: 'abc', '1': 3.14159}
print dict3