KnowledgeBoat Logo

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