A

Admin • 833K Points
Coach

Q. What does the `pass` statement do?

  • (A) Ends the loop
  • (B) Skips the iteration
  • (C) Does nothing
  • (D) Throws an exception
  • Correct Answer - Option(C)
  • Views: 28
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`pass` is a null operation — when a statement is syntactically required but no action is needed.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.