摘要: python 练习题: #/usr/bin/python #coding=utf-8 #@Time :2017/10/26 9:38 #@Auther :liuzhenchuan #@File :练习题.py #实现1--100所有数的和 sum = 0 for i in xrange(1,101) 阅读全文
posted @ 2017-10-26 10:49 刘振川的博客 阅读(262) 评论(0) 推荐(0) 编辑