KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

A package in Python is

  1. a single Python file.
  2. the collection of related modules.
  3. the collection of variables.
  4. None of these

Python Modules

2 Likes

Answer

the collection of related modules.

Reason — A package can be defined as the collection of modules. It contains more than one module.

Answered By

2 Likes


Related Questions