<languages />
随着 继续 语句,我们可以停止循环的当前迭代,然后继续下一个:
不要打印香蕉:
fruits = ["apple", "banana", "cherry"] for x in fruits: if x == "banana": continue print(x)
Python For循环教程
For
遍历字符串
为了休息
遍历范围
对于其他
嵌套循环
通过