Q. Which of the following keywords is a placeholder for the body of a function?

  • (A) break
  • (B) continue
  • (C) body
  • (D) pass
πŸ’¬ Discuss
βœ… Correct Answer: (D) pass
Explanation: "pass" can be used as below:

def myfunc():
pass
Explanation by: Tanmay
"pass" can be used as below:

def myfunc():
pass

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
192
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
92%
Success Rate