What does
sum()
do when used on a list of numbers?
It sums up the numbers in the list
It tells us the number of elements in the list
It sums up the numbers in the list.