What is the significance of the Modules? / Sumita Arora Solution / By Sanjay Kumar Modules are independent set of code and data stored as individual components.Modules can be included in any program without having to rewrite them. The extension of python module is .py Advantages Code reusabilityReduce complexity