sum =0 count =1 while count <= 100: sum =sum + count count +=1 print(sum)
posted on 2018-12-25 15:37 没有岁月可回头 阅读(289) 评论(0) 收藏 举报