Here is the simplest method to compute the average of a list. The arithmetic mean formula # We set a list example my_list = [1,2,3,4,5,6,7] ...
確定! 回上一頁