Module
« Back to Glossary IndexA module is a self-contained unit of code that groups related functionality. Modules improve organization, reuse, and maintainability. They define clear interfaces. Example: Importing a math module.
« Back to Glossary Index