Computer Science, asked by mannatsood200007, 2 months ago

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 vvsbs2522
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