Computer Science
A module line (header) is written only once at the top of the program.
Python Modules
1 Like
Answer
True
Reason — The module line or import statement is written once at the top of a program to include necessary modules.
Answered By
1 Like
Related Questions
Fill in the blanks:
A module constitutes two sub-components—executable _________ as well as _________.
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 function call can be made several times in a Python module.
A module is loaded only once regardless of the number of times it is used.