Return Statement in FunctionsBy Sam / June 18, 2025 What is the purpose of the return statement in a Python function? Describe how it changes the function’s output.