KnowledgeBoat Logo

Computer Science

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

Python Libraries

1 Like

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.

Answered By

1 Like


Related Questions