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