第四十五题

题目:

统计 1 到 100 之和。

 a = reduce(lambda x,y:x+y,list(range(1,101)))
posted @ 2019-10-09 21:38  Franzqing  阅读(101)  评论(0编辑  收藏  举报