Skip to content

Commit 4369b21

Browse files
authored
Update continue_statement_example.py
1 parent 01b96ec commit 4369b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
for index in range(6):
22
if index % 2 == 0:
33
continue
4-
print(index)
4+
print(index)

0 commit comments

Comments
 (0)