Q. What does the `pass` statement do?

  • (A) Ends the loop
  • (B) Skips the iteration
  • (C) Does nothing
  • (D) Throws an exception
πŸ’¬ Discuss
βœ… Correct Answer: (C) Does nothing
Explanation: `pass` is a null operation — when a statement is syntactically required but no action is needed.
Explanation by: Mr. Dubey
`pass` is a null operation — when a statement is syntactically required but no action is needed.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
69
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate