2019年2月19日
摘要: # 1. 使用while输入 1 到 100count = 1while count <= 100 : print(count) count = count + 1count = 1flag = Truewhile flag : print(count) count +=1 if count > 1 阅读全文
posted @ 2019-02-19 14:56 小强666 阅读(126) 评论(0) 推荐(0)