CBSE Class 11 Computer Science Question 54 of 63

Introduction to Python Modules — Question 1

Back to all questions
1
Question

Question 1

A module line (header) is written only once at the top of the program.

Answer

True

Reason — The module line or import statement is written once at the top of a program to include necessary modules.