What does a Python function return if you don’t explicitly use a return value
in a return
statement or if you totally omit the return
statement?
Python has a default return value for functions without an explicit return
statement.
Sorry! There has been an error processing your answer. Please try again.