What is the significance of the Modules?

  • 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 reusability
  • Reduce complexity

error: Content is protected !!