Rewrite the following python code using "while loop" !
Attachments:
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