Python - For Loop
What will be the output of this code?
count = 0
while count < 3:
print(count)
count += 1count = 0
while count < 3:
print(count)
count += 115+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions