Computer Science, asked by nike18, 7 months ago

what is python module? What is its significance?

Answers

Answered by Anonymous
3

Answer:

module allows you to logically organize your Python code. ... A module is a Python object with arbitrarily named attributes that you can bind and reference. Simply, a module is a file consisting of Python code. A module can define functions, classes and variables. A module can also include runnable code.

Explanation:

mark me and follow me....

Similar questions