list=[10000,8500,
9000,7000,8000,8000,9000,20000,15000,16000,5000]
AVGIncome=sum(list)/len(list)
print(AVGIncome)

Python学习笔记:计算数组平均值

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2021-11-29
  • 2021-04-12
相关资源
相似解决方案