Computer Science, asked by harsimar5544, 2 months ago

Find the Output of the following Python code
i =5
while i >0:
print(i)
i -=1

Answers

Answered by assthha161
1

5

4

3

2

1

I think your online exam is going on

Similar questions