Computer Science, asked by abhilash7995, 4 months ago

Python Program which gives output of ‘1’ without any end (never stopping)​

Answers

Answered by sticky33
0
I=1
While I < 6:
Print(I)

Hope this helped.
Similar questions