2019-03-26
阅读量:
629
使用python统计 1 到 100 之和。
tmp = 0
for i in range(1,101):
tmp += i
print 'The sum is %d' % tmp






评论(0)


暂无数据
推荐帖子
2条评论
6条评论
7条评论