Kizspy | Question: 32
(Choose 1 answer)
Which of the following statements is true about the return statement in Python functions?
A. It exits the function and returns a value.
B. It prints a value to the console.
C. It pauses execution of the function.
D. It defines a function's parameters.