Mega Code Archive

 
Categories / Python / Dictionary
 

Enter all the data for dict3 at the same time

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