+ 1
What is module?
how to creaate module?
2 Answers
+ 5
In Python a module is a group of exterbal functions that can help you.
How to create one is covered here:
https://code.sololearn.com/cLF0P3C3eZ52/?ref=app
+ 1
tell me some important modules in python real time