Python - Loop Control
What does the
continue statement do inside a loop in Python?continue statement do inside a loop in Python?continuecontinue statement tells the loop to skip the remaining code in the current iteration.continuecontinue skips current step [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions