Python - Loop Control
Find the error in this code snippet:
for i in range(5):
if i == 3
continue
print(i)for i in range(5):
if i == 3
continue
print(i)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions