使用這個 statistics.mean() 方法的基本例子如下所示。 pytonCopy import statistics list = [1, 2, 3, 4, 5, 6] mean = statistics.mean(list) ...
確定! 回上一頁