python amount of items in list code example Example: how to find the amount of numbers in a list on python >>> someList=[] >>> print len(someList) 0