Computer Science
More than one value(s) can be returned by a function in Python.
Python Functions
1 Like
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
Fill in the blanks:
_________ keyword is used to define a function.
Fill in the blanks:
Function name must be followed by _________ and _________.
The variable declared inside a function is called a global variable.
Once a function is defined, it may be called only once from many different places in a program.