+ 2
What is the use of python modules in python module?
3 ответов
+ 7
Read below paragraph 👇👇
Modules refer to a file containing Python statements and definitions. A file containing Python code, for example: example.py , is called a module, and its module name would be example . We use modules to break down large programs into small manageable and organized files.