Python - While Loop
What will be the output of this code?
i = 1
while i <= 3:
print(i)
i *= 2i = 1
while i <= 3:
print(i)
i *= 215+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions