What is the default return value for a function that does not return any value explicitly ?
None
Reason — The default return value for a function that does not return any value explicitly is None.