Computer Science, asked by asifashaikh778, 4 months ago

What will be the output of the following code?

i. x, y=10,0

while x > y:

print(x,y)

x=x-1

y=y+1


please answer ❤️​

Answers

Answered by sidhant014
0

Answer:

it will print numbers from 0 to 10

Similar questions