Computer Science, asked by sanjay2004ba, 3 months ago

Reason out the output of the following code.

x=0

while True:

print(x)

x+=1​

Answers

Answered by sp9164004
0

Answer:

652482 6541garden last

Similar questions