python--for循环(2017年7月13日)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python--for循环(2017年7月13日)相关的知识,希望对你有一定的参考价值。

on old boy

断点 ---调试---可以查看程序运行的具体操作流程。

continue --跳出本次循环,继续到下一次循环。

break -- 结束整个循环。

-------------------------------------------------------------------------------------------------------------

由0-4 一直循环print5次:
for i in range(0,10):
    if i <5:
        print("loop",i)
    else :
        continue
    print("hehe...")

 

 

循环套循环:

(1)10*10循环

for i in range(10):
    print(‘------‘,i)
    for j in range(10):
        print(j)

(2)加判断语句 (循环60次)

for i in range(10):
    print(‘------‘,i)
    for j in range(10):
        print(j)
        if j >5:
            break

 



以上是关于python--for循环(2017年7月13日)的主要内容,如果未能解决你的问题,请参考以下文章

目标+行动=?

Linux全安装(2017年8月30日 17:26:13)

学习笔记2017年7月18日MySQL测试:模拟QQ数据库

如何更改此“2017 年 11 月 13 日”的日期格式 [重复]

2017年5月25日 星期四 --出埃及记 Exodus 26:13

2017年4月19日