Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

length of dictionary in python

#!/usr/bin/python

dict = {'Name': 'Zara', 'Age': 7};
print "Length : %d" % len (dict)
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #length #dictionary #python
ADD COMMENT
Topic
Name
5+4 =