Python - Loop Control
What is the effect of the
continue statement when encountered inside a for loop in Python?continue statement when encountered inside a for loop in Python?continue behaviorcontinue statement skips the remaining code inside the loop for the current iteration.for loop15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions