Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

how to find the amount of numbers in a list on python

>>> someList=[]
>>> print len(someList)
0
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #find #amount #numbers #list #python
ADD COMMENT
Topic
Name
5+4 =