KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

The return statement in Python function cannot return multiple values.

Python Functions

2 Likes

Answer

False

Reason — In Python, a function is allowed to return more than one value using a single return statement by separating the values with commas.

Answered By

3 Likes


Related Questions