Computer Science, asked by tanishka6593, 1 month ago

what is modules? please answer​

Answers

Answered by cm8863639
0

Explanation:

1 : a standard or unit of measurement. 2 : the size of some one part taken as a unit of measure by which the proportions of an architectural composition are regulated. 3a : any in a series of standardized units for use together: such as. (1) : a unit of furniture or architecture.

Answered by itzbhavesh282
1

  • A module allows you to logically organize your Python códe. .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 códe. A module can define functions, classes and variables. A module can also include runnable códe.
Similar questions