CBSE Class 12 Computer Science Question 92 of 101

Functions — Question 4

Back to all questions
4
Question

Question 4

Value returning functions should be generally called from inside of an expression.

Answer

True

Reason — Value returning functions in Python compute a value and return it to the caller. These functions are called from within an expression where their returned value is used for further computation, assignment, or comparison.