8th Session: Working with Modules in Python
What is a Module
Modules refer to a file containing Python statements and definitions
We use modules to break down large programs into small manageable and organised files. Furthermore, modules provide reusability of code
How Python finds Modules
...
blessingaliu.hashnode.dev4 min read