KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

Invoking a function is similar as calling a function in a program.

Python Functions

1 Like

Answer

True

Reason — The process of using a function in a program after defining it is called calling a function or invoking a function. Both terms are used interchangeably and refer to the same action of executing a function.

Answered By

2 Likes


Related Questions