Math, asked by paulanurag751, 3 months ago

8
Rewrite the following code using for loop:
j=100
while j>0:
print)
j-=3
else:
print ("Bye Bye")

Answers

Answered by sadasivarao1981
0

Answer:

This is computer language

Similar questions