好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Python continue 语句

Python continue 语句

Python continue 语句跳出本次循环,而break跳出整个循环。

continue 语句用来告诉Python跳过当http://HdhCmsTestxuanhe.net/前循环的剩余语句,然后继续进行下一轮循环。

continue语句用在while和for循环中。

Python 语言 continue 语句语法格式如下:

 

 

流程图:

实例:

实例(Python 2.0+)

 

 

以上实例执行结果:

查看更多关于Python continue 语句的详细内容...

  阅读:22次