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

1

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

>>> someList=[]
>>> print len(someList)
0
Posted by: Guest on May-15-2020

Code answers related to "how to find the amount of numbers in a list on python"

Python Answers by Framework

Browse Popular Code Answers by Language