Python - Loop Control
What will be the output of this code?
for i in range(3):
if i == 1:
pass
print(i)for i in range(3):
if i == 1:
pass
print(i)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions