Modules in Python help in code reusability.
3 Likes
True
Reason — Modules in Python help in code reusability by minimising the development of redundant codes.
Answered By
2 Likes
Packages are the sub-part of the modules.
A Package is a simple folder that can contain multiple modules.
We cannot give any other name to Python libraries when we import them.
The Pandas library provides functions for data handling.