Python - While Loop
What is wrong with this code?
counter = 0
while counter < 3:
print(counter)
What is wrong with this code?
counter = 0
while counter < 3:
print(counter)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions