gpt4 book ai didi

python - 如何根据 if 条件跳过 for 循环中的几次迭代?

转载 作者:太空宇宙 更新时间:2023-11-04 09:26:05 24 4
gpt4 key购买 nike

<分区>

我有一个 for 循环,我正在寻找一种方法来在满足该条件时跳过几次迭代。我怎样才能在 python 中做到这一点?

这是第一次满足条件的例子,

for i in range(0, 200000):
# (when 0 % 300 it meets this criteria)
if (i % 300) == 0:
# whenever this condition is met skip 4 iterations forward
# now skip 4 iterations --- > (0, 1, 2, 3)

# now continue from 4th iteration until the condition is met again

同样,只要条件满足,就会发生这种情况。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com