Python - Loop Control
Which of the following is the correct syntax to use
continue inside a for loop in Python?continue inside a for loop in Python?continue statement must be inside a conditional block to skip specific iterations.if i == 2: continue inside the loop.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions