Computer Science, asked by harsimar5544, 4 months ago

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

Answers

Answered by master308
0

Indentation Error.....

Similar questions