Search notes:

Python: statement return

The return statement can be used in a function to return an object.
If a function does not explicitly return an object, the function implicitly returns None.

See also

statements

Index