Python for 关键字
定义和用法
for
关键字用于创建 for
循环。
它可以用于遍历一个序列,比如列表、元组等。
更多示例
相关页面
使用 break
关键字退出循环。
使用 continue
关键字结束当前迭代,但继续执行下一个迭代。
在我们的 Python For 循环教程 中了解更多关于 for 循环的信息。
for
关键字用于创建 for
循环。
它可以用于遍历一个序列,比如列表、元组等。
使用 break
关键字退出循环。
使用 continue
关键字结束当前迭代,但继续执行下一个迭代。
在我们的 Python For 循环教程 中了解更多关于 for 循环的信息。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]