What is a Python module? What is its significance?
Answer:
A module is used to logically organize a python code . A module can define functions, classes and variables. Grouping related code into a module makes the code e asier to understand and use.
Past Year - 2 Mark Questions
Past Year - 2 Mark Questions
Last updated at December 13, 2024 by Teachoo
Answer:
A module is used to logically organize a python code . A module can define functions, classes and variables. Grouping related code into a module makes the code e asier to understand and use.