- 1
How many numbers does this code print? i = 5 while True: print(i) i = i - 1 if i <= 2: break
How many numbers does this code print? i = 5 while True: print(i) i = i - 1 if i <= 2: break
8 Respuestas
+ 1
5\
4 } 3
3/
+ 1
it prints 3 numbers
+ 1
3 numbers
+ 1
3
+ 1
3
+ 1
is ans
3
0
Its 3
5\
4 } 3
3/
- 3
4