KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

Within a function, the parameters act as placeholders for the passed argument.

Python Functions

1 Like

Answer

True

Reason — Within the function, the parameters act as placeholders for the arguments. The actual values are passed during the function call, and the parameters receive and represent those values inside the function body.

Answered By

3 Likes


Related Questions