R

Rati Dubey • 8.55K Points
Tutor III

Q. Which keyword is used to skip the current iteration in a loop?

  • (A) skip
  • (B) pass
  • (C) continue
  • (D) next
  • Correct Answer - Option(C)
  • Views: 13
  • Filed under category Python

Explanation by: Rati Dubey
The `continue` statement skips the rest of the code inside the loop for the current iteration.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics