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