222k views
3 votes
Plz hurry it time

How do you exit the current pass through the loop and go back to the "for n in range (5)" line?
forn in range(5)
Squaren 2
if square mm 9:
print(square)
print("Done")
Оexit
O quit
O break
continue

User Egmfrs
by
3.4k points

2 Answers

3 votes

Answer:

I guess just write "for I in range(1):

User Mys
by
3.4k points
3 votes

Answer:

the answer should be "break" if I remember correctly

Step-by-step explanation:

User Dege
by
3.4k points