Computer Science, asked by saurabh74131, 6 months ago

What is the significance of modules

Answers

Answered by ItsBrainest
0

Explanation:

A module allows you to logically organize your Python code. Grouping related code into a module makes the code easier to understand and use. 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.

Similar questions