while True: s = input(‘Enter something : ‘) if s == ‘quit‘: break if len(s) < 3: print(‘Too small‘) continue print(‘Input is of sufficient length‘) # 自此处起继续进行其它任何处理
Posted ludongjun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了6continue语句相关的知识,希望对你有一定的参考价值。
while True: s = input(‘Enter something : ‘) if s == ‘quit‘: break if len(s) < 3: print(‘Too small‘) continue print(‘Input is of sufficient length‘) # 自此处起继续进行其它任何处理
以上是关于6continue语句的主要内容,如果未能解决你的问题,请参考以下文章
[AndroidStudio]_[初级]_[配置自动完成的代码片段]
[AndroidStudio]_[初级]_[配置自动完成的代码片段]