题,python 1+100

python学习网 2018-07-03 00:06:02

 

a=0
for number in range(1,101):
a=a+number
print (a)

 

阅读(1420) 评论(0)