What value is produced when a Python function reaches its end without an explicit return?
return
It always raises an exception
An empty string
None
The text most recently passed to print()
print()