摘要: 1、 使用while循环输入 1 2 3 4 5 6 8 9 10 while (True): index = int(input('please num: ')) if (index > 10): exit() if (index != 7): print(index) index += 1 in 阅读全文
posted @ 2020-08-08 11:22 strongmore 阅读(184) 评论(0) 推荐(0)