Python學習筆記:計算數組平均值

list=[10000,8500, 9000,7000,8000,8000,9000,20000,15000,16000,5000] AVGIncome=sum(list)/len(list) print(AVGIncome)
相關文章
相關標籤/搜索