function that takes a integer N, and returns a triple with the average, minimum, and maximum. statistics should be same sequence of N random numbers

后端 未结 0 1106
悲哀的现实
悲哀的现实 2020-11-30 07:53

Please help. This is all I can come up with at the moment. I am stuck at this part, I cannot get the average min or max.

def uniform_stats(n): if n>1 return (avg,m

相关标签:
回答
  • 消灭零回复
提交回复
热议问题