Mixing Data types in a Dictionary : Key : Dictionary PYTHON TUTORIALS


PYTHON TUTORIALS » Dictionary » Key »

 

Mixing Data types in a Dictionary


d = {"A":"a""B":"b"}    
print d 
d["retrycount"3                       
print d
d[42"douglas"                              
print d



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Dictionary
» Key