Skip to navigation
Use average from a python list/array
20.01.21
# Example to find the average of the list from statistics import mean number_list = [45, 34, 10, 36, 12, 6, 80] avg = mean(number_list) print("The average is ", round(avg,2))
https://www.guru99.com/find-average-list-python.html
Reply
Anonymous
Information Epoch 1745893649
Development is an iterative process.
Home
Notebook
Contact us