python

当前位置:中华考试网 >> python >> python编程基础 >> 文章内容

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

来源:中华考试网  [2020年11月28日]  【

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

  for item in list:

  print item

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

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

  count=0

  for item in list:

  print item

  count +=1

  if count % 10 == 0:

  print 'did ten'

责编:fushihao

上一篇:python中逻辑行和物理行是什么?

下一篇: 没有了

  • 会计考试
  • 建筑工程
  • 职业资格
  • 医药考试
  • 外语考试
  • 学历考试