CBSE Class 12 Computer Science Question 27 of 62

Using Python Libraries — Question 1

Back to all questions
1
Question

Question 1

A Python program and a Python module means the same.

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.