0
47
Function to get average of a list
Shortcut: list.average.function
list.average.function
0 Comments
sum(mylist) / len(mylist)