What is a Python module?
Answer:
A module is a python file containing objects like docstrings, variables, constants, classes, objects, statements, functions. A module is created as a python (.py) file containing a collection of function definitions.
Very Short Answer Type Questions (1 Mark each)
Very Short Answer Type Questions (1 Mark each)
Last updated at December 13, 2024 by Teachoo
Answer:
A module is a python file containing objects like docstrings, variables, constants, classes, objects, statements, functions. A module is created as a python (.py) file containing a collection of function definitions.