摘要: count=1 whlie True: while True: countt = 1 print(count) 比较 print(count) count=count + 1 count=count + 1 例子1 例子2 #循环开始的位置不一样,例子1打印的是自然数,例子2打印的是1111111. 阅读全文
posted @ 2019-06-18 20:56 番茄炒蛋548542 阅读(93) 评论(0) 推荐(0)