N
Narsil
I have a list, which consists of just numbers.
Is there a command that will allow me to total up these numbers and get an average?
Say for example, the list looks thus:
numberlist = [10, 2, 5, 7, 3, 46, 4, 5, 87, 5]
How would I get the total, and how would I get the average?
Thanks in advance
TomN
Is there a command that will allow me to total up these numbers and get an average?
Say for example, the list looks thus:
numberlist = [10, 2, 5, 7, 3, 46, 4, 5, 87, 5]
How would I get the total, and how would I get the average?
Thanks in advance
TomN