CBSE Class 12 Computer Science Question 16 of 62

Using Python Libraries — Question 1

Back to all questions
1
Question

Question 1

A .py file containing constants/variables, classes, functions etc. related to a particular task and can be used in other programs is called

  1. module
  2. library
  3. classes
  4. documentation
Answer

module

Reason — A Python module is a file (.py file) containing variables, class definitions, statements and functions related to a particular task and can be used in other programs.