We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f983d33 commit 1f92703Copy full SHA for 1f92703
continue.py
@@ -0,0 +1,4 @@
1
+for num in range(1, 6):
2
+ if num == 3:
3
+ continue
4
+ print(num)
0 commit comments