CBSE Class 11 Computer Science Question 56 of 63

Introduction to Python Modules — Question 3

Back to all questions
3
Question

Question 3

A module is loaded only once regardless of the number of times it is used.

Answer

True

Reason — A module is loaded into memory only once when it is first imported, regardless of how many times it is used or imported in a program.