6.#What is the output ? number=5 while number>0: number=number-1 print(number)
5 4 3 2 1(vertically)
4 3 2 1 0(vertically)
5 4 3 2 1(horizontally)
4 3 2 1 0(horizontally)
Answers
Answered by
2
Answer:
5 4 3 2 (horizontally)
Explanation:
Hi
Answered by
1
5,4,3,2 horizontally.
hope it's helpful
Answered by
0
5,4,3,2 horizontally.
hope it's helpful
Answered by
0
5,4,3,2 horizontally.
hope it's helpful
Similar questions