start = 1
while True:
if start == 7:
start += 1
continue
print(start)
start += 1
if start == 11:
break
01 使用while 循环输入1 2 3 4 5 6 8 9 10
Posted wssaried
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了01 使用while 循环输入1 2 3 4 5 6 8 9 10相关的知识,希望对你有一定的参考价值。
以上是关于01 使用while 循环输入1 2 3 4 5 6 8 9 10的主要内容,如果未能解决你的问题,请参考以下文章