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