How do I skip a few iterations in a for loop

后端 未结 4 1976
我寻月下人不归
我寻月下人不归 2021-02-05 03:55

In python I usually loop through ranges simply by

for i in range(100): 
    #do something

but now I want to skip a few steps in the loop. Mo

4条回答
提交回复
热议问题