Python - 統計模組(statistics). houston710625. Aug 18, 2021. 0. 1.mean. import statistics as stat data = [1, 6, 16, 25, 29] # 平均數 result = stat.mean(data) ...
確定! 回上一頁