Computer Science, asked by mynameisutkarsh007, 5 months ago

Give the structure of the Python Modules?

Answers

Answered by mtmhss26
1

Explanation:

A module is a file containing Python definitions and statements. A module can define functions, classes and variables. A module can also include runnable code. Grouping related code into a module makes the code easier to understand and use.

hope so it is helpful to you

Answered by shrawanihukre
1

Answer:

Python definitions and statements. A module can define functions, classes and variables. A module can also include runnable code. Grouping related code into a module makes the code easier to understand and use.

Similar questions