Computer Science
Answer
False
Reason — A Python program is a set of instructions or code written in the Python programming language that performs a specific task or a series of tasks. A Python module is a file containing Python code and is saved with a .py extension. Hence, Python program and module are not same.
Related Questions
Fill in the blanks:
The uniform() function is the part of _________ module.
Fill in the blanks:
The capwords() function is the part of _________ module.
A Python program and a Python module have the same .py file extension.
The import <module> statement imports everything in the current namespace of the Python program.