# Python - 統計模組(statistics) · 1.mean. import statistics as stat data = [1, 6, 16, 25, 29] # 平均數 result = stat.mean(data) print(f"平均:{ ...
確定! 回上一頁