Robotics & Artificial Intelligence

In Python, functions can be defined to accept variable length of arguments.

Python Functions

3 Likes

Answer

True

Reason — Python allows functions to accept a variable length of arguments using *args and **kwargs.

Answered By

3 Likes


Related Questions