摘要: def sum(): sum = 0 for n in range(1, 101): sum = sum + n return sum print(sum()) 阅读全文
posted @ 2020-12-17 23:18 小白菜» 阅读(414) 评论(0) 推荐(0) 编辑