DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
8+6 =
Submit