In Python, what is the default return value of a function that does not explicitly return a value?
None
The function name
False
0

Programming Principles Exercises are loading ...