这是源代码
L = [75, 92, 59, 68, 99]
sum = 0.0
for ab in L:
sum=sum+ab
print(sum/5)#
python 是根据缩来判断循环什么时候结束的,你的输出没有取消缩进,所以是在for循环之内的,所以每次都会输出