Modules: Modules are separate files or units of code that encapsulate related functionality. They promote modular design and allow for better organization by grouping related code together.
Comments:Comments are annotations within the code that provide explanations or additional information about what certain sections do. They improve readability and help other programmers understand your intentions.
Indentation: Indentation involves using consistent spacing and tabs to visually structure your code. It helps in identifying blocks of code and improves the readability of nested structures.