3 points
What will be correct python
statement when i is 3, jump
directly to the next iteration.
i=9
while i >1:
print (i)
i=i-2
else:
print("condition not reached")
if i==3, break
O
if i==3, continue
O
if i=3, continue
while i==3, continue
Answers
Answered by
0
I DIDN'T UNDERSTAND THE QUESTION??
PLEASE TELL WHAT TO DO WITH THIS.
Similar questions