CBSE Class 12 Computer Science
Question 27 of 62
Using Python Libraries — Question 1
Back to all questionsFalse
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.