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.