Computer Science
A Python function may return multiple values.
Python Functions
3 Likes
Answer
True
Reason — A Python function may return multiple values i.e., more than one value from a function.
Answered By
3 Likes
Related Questions
Default parameters cannot be skipped in function call.
The default values for parameters are considered only if no value is provided for that parameter in the function call statement.
A void function also returns a value i.e., None to its caller.
Variables defined inside functions can have global scope.