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

2 Likes


Related Questions