Dictionary Keys Are Case-Sensitive : Key : Dictionary PYTHON TUTORIALS


PYTHON TUTORIALS » Dictionary » Key »

 

Dictionary Keys Are Case-Sensitive


d = {} 
d["key""value" 
d["key""other value"
print d 
d["Key""third value" [2
print d



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Dictionary
» Key