CBSE Class 12 Computer Science Question 50 of 103

Working with Functions — Question 8

Back to all questions
8
Question

Question 8

A Python function may return multiple values.

Answer

True

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