摘要: 使用while循环输入123456 8910 count = 1 while count <= 10: print(count) if count == 6: print(" ") count += 1 count += 1 #求1-100所有数的和 count = 0 sam = 0 while 阅读全文
posted @ 2020-10-25 21:43 省惑 阅读(28) 评论(0) 推荐(0)