python语言学习——循环结构
python语言学习——循环结构1 遍历结构——for语句1.1 for语句的基本结构1.2 常用使用方法1.3 拓展模式1.3.例子2 无限循环——while语句2.1 while语句的基本结构2.2 拓展模式2.2.例子3 循环保留字——break和continue3.1 break的运用3.1.例子3.2 continue语句的运用3.2.例子4 break与continue的区别5 break与continue在for和while语句拓展模式中的运用5.1break对else的影响5.1.例子5.2 continue语句对else没有影响5.2.例子6 小结 1 遍历结构——for语句
下载地址
用户评论