Python - While Loop
Find the error in this code snippet:
i = 1
while i < 5:
print(i)
i += 1i = 1
while i < 5:
print(i)
i += 1print(i) is not indented properly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions