A

Admin • 832.27K Points
Coach

Q. What does the `pass` statement do in Python?

  • (A) Stops the execution
  • (B) Skips the current loop iteration
  • (C) Does nothing, acts as a placeholder
  • (D) Raises an exception
  • Correct Answer - Option(C)
  • Views: 23
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`pass` is a no-operation statement used as a placeholder.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.