大橙子网站建设,新征程启航

为企业提供网站建设、域名注册、服务器等服务

Python之for循环语句

1、最简单的for循环语句

for i in range(10):     #i为0、1、2、3、4、5、6、7、8、9
    print(i)

2、改变步长的for循环语句

for i in range(0,10,2):     #i为0、2、4、6、8
    print(i)

标题名称:Python之for循环语句
分享地址:http://dzwzjz.com/article/jhecsg.html
在线咨询
服务热线
服务热线:028-86922220
TOP