popitem pops off a random item : Popitem : Dictionary PYTHON TUTORIALS


PYTHON TUTORIALS » Dictionary » Popitem »

 

popitem pops off a random item


d = {'url': 'http://www.python.org', 'spam': 0, 'title': 'Python Web Site'}
d.popitem()
print d



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Dictionary
» Popitem