A Package is a simple folder that can contain multiple modules.
3 Likes
True
Reason — A package can be defined as the collection of modules. It contains more than one module.
Answered By
A module can be imported and used in another module or script to access its functions and variables.
Packages are the sub-part of the modules.
Modules in Python help in code reusability.
We cannot give any other name to Python libraries when we import them.