1.
What is the main purpose of Python modules?
Please select an
answer.
Correct Answer:
(B)
Explanation:
Python modules help developers reuse code efficiently in multiple projects. They make Python applications cleaner, scalable, and easier to maintain.