Modifying a Dictionary : Index : Dictionary PYTHON TUTORIALS


PYTHON TUTORIALS » Dictionary » Index »

 

Modifying a Dictionary


d = {"A":"a""B":"b"}    
print d 
d["database""pubs"                    
print d 
d["uid""sa"                                
print d



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Dictionary
» Index