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
Fill in the blanks:
_________ function is used to get all information about module, i.e., name of all functions, variables, etc, available in that module.
A module line (header) is written only once at the top of the program.
A module is loaded only once regardless of the number of times it is used.
The statement to import math module is—call math.