A

Admin • 802.91K Points
Coach

Q. What is the default return value of a function that doesn't explicitly return anything?

  • (A) 0
  • (B) False
  • (C) None
  • (D) Empty string
  • Correct Answer - Option(C)
  • Views: 9
  • Filed under category Python
  • Hashtags:

Explanation by: Admin
If no return statement is used, the function returns `None`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.