We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b96ec commit 4369b21Copy full SHA for 4369b21
1 file changed
how-to-exit-loops-early-with-python-break-keyword/continue_statement_example.py
@@ -1,4 +1,4 @@
1
for index in range(6):
2
if index % 2 == 0:
3
continue
4
- print(index)
+ print(index)
0 commit comments