When the list contains only a list of numbers, how to strike it averages: from numpy import * a = [52,69,35,65,89,15,34] b = mean(a) print(b).
確定! 回上一頁