Question: Which of the following statements are true for Python functions? Select all the correct statements. A Python function can return only a single value

Which of the following statements are true for Python functions? Select all the correct statements. A Python function can return only a single value A Python function can take an unlimited number of arguments. A Python function can return multiple values A function only executes when it is called and we can reuse it in a program
Step by Step Solution
3.47 Rating (150 Votes )
There are 3 Steps involved in it
Ans B C D First option is false because python function can return many val... View full answer
Get step-by-step solutions from verified subject matter experts
