CBSE Class 12 Computer Science Question 89 of 101

Functions — Question 1

Back to all questions
1
Question

Question 1

More than one value(s) can be returned by a function in Python.

Answer

True

Reason — A Python function may return multiple values i.e., more than one value from a function.