Kizspy | Question: 42
(Choose 4 answers)
Which of the following are valid ways to handle the return value of a Python function? Choose correct answers.
A. Store it in a variable.
B. Pass it directly to another function.
C. Ignore it entirely.
D. Return it again in the same function.
E. Print it immediately after the function call.