Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

length of list python

>>> list = [a, b, c]
>>> len(list)
#output 3
Source by www.howtouselinux.com #
 
PREVIOUS NEXT
Tagged: #length #list #python
ADD COMMENT
Topic
Name
4+2 =