Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
fengchenfcpp committed Oct 26, 2024
1 parent ac742c0 commit c7305b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Filename: ch5_3_2.py

for item in range(10):
if item == 2 or item == 4 or item == 6 or item == 8:
if item ==0 or item == 2 or item == 4 or item == 6 or item == 8:
continue
print(item)

0 comments on commit c7305b1

Please sign in to comment.