mixing the use of numbers and strings as keys : Index : Dictionary PYTHON TUTORIALS


PYTHON TUTORIALS » Dictionary » Index »

 

mixing the use of numbers and strings as keys


dict3 = {}
dict3[1'abc'
dict3['1'3.14159
dict3[3.2'xyz'
print dict3



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Dictionary
» Index