Rewrite the following python code using "while loop" !
Attachments:
![](https://hi-static.z-dn.net/files/da4/70ca9f0a2d7a543ce0b42e6b3fec6df2.jpg)
Answers
Answered by
2
Answer:
Explanation:
i=10
while 10>=i>0:
j=-1
while -1>=j>-5:
print(i+j)
j-=1
i-=2
Similar questions