Computer Science, asked by banyaltanishqp42xd7, 8 months ago

Rewrite the following python code using "while loop" !

Attachments:

Answers

Answered by harika555
2

Answer:

Explanation:

i=10

while 10>=i>0:

      j=-1

      while -1>=j>-5:

              print(i+j)

              j-=1

       i-=2

Similar questions
Math, 8 months ago