A

Admin • 832.52K Points
Coach

Q. Which statement is used to skip the current iteration of a loop?

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

Explanation by: Admin

`continue` skips the current iteration and proceeds with the next one.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.