Modules in Python help in code reusability.
2 Likes
True
Reason — Modules in Python help in code reusability by minimising the development of redundant codes.
Answered By
1 Like
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.