python for语句不设置循环次数怎么用?

图片[1]-python for语句不设置循环次数怎么用?-uusu优素-乐高,模型,3d打印,编程

在Python的for循环里,循环遍历可以写成:

foriteminlist:
printitem

它可以在不设置循环次数的情况下遍历列表中的所有元素。

我们可以使用下面的方法统计循环的次数:

count=0
foriteminlist:
printitem
count+=1
ifcount%10==0:
print'didten'
原文来自:https://www.py.cn
© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容