What is the function of the 'return' statement in a Python function?
Exits the function and returns a value
Prints the result to the console
Calls another function
Defines the function's parameters

Computing Exercises are loading ...