A function call can be made several times in a Python module.
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.