+ 1
What is module?
2 ответов
+ 4
It is Python's method to break a program into smaller pieces or allow one code to be shared with multiple programs.
https://docs.python.org/3/tutorial/modules.html
+ 2
Module is just a codes of files.Which is written by python community or other well known developers.which you can use in your codes by just importing it in your code.