标签:python
j = [i for i in range(1,101) if i % 2 ==0] print(sum(j))
本文出自 “11508612” 博客,谢绝转载!
python笔记(求100偶数的和)
原文地址:http://11518612.blog.51cto.com/11508612/1970666