Q. What is the default return value of a function that does not explicitly return anything?

  • (A) 0
  • (B) None
  • (C) False
  • (D) undefined
πŸ’¬ Discuss
βœ… Correct Answer: (B) None
Explanation: In Python, functions that do not return explicitly return `None` by default.
Explanation by: Mr. Dubey
In Python, functions that do not return explicitly return `None` by default.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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