KnowledgeBoat Logo
|

Computer Science

A function call can be made several times in a Python module.

Python Modules

1 Like

Answer

True

Reason — A function call can be made multiple times within a Python module. Each time the function is called, the code within the function is executed.

Answered By

2 Likes


Related Questions