What is the use of the continue statement in the given program?
for I in range (1,10) :
if I %2 !=0:
continue
print ("I =", i)
Answers
Answered by
1
Answer:
What is the use of the continue statement in the given program?
for I in range (1,10) :
if I %2 !=0:
continue
print ("I =", i)
Explanation:
dhjdhdhjgfo
Similar questions