Computer Science
Related Questions
A Python function may return multiple values.
A void function also returns a value i.e., None to its caller.
A local variable having the same name as that of a global variable, hides the global variable in its function.
Assertion. A function is a subprogram.
Reason. A function exists within a program and works within it when called.