python:基本統計值計算(平均數,方差,中位數)

1 #CalStatisticsV1.py 2 def getNum(): #獲取用戶不定長度的輸入 3 nums=[] 4 test=input("請輸入要存儲的數據(回車退出):") 5 while test != "": 6 nums.append(e
相關文章
相關標籤/搜索