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