In this tutorial you will learn:
Modules
We have been using Modules for quite a while now. We noticed that after importing the modules we had access to more functions in our code. So a Module is a package that contains different sets of functions, classes and variables. Whenever be bring the module in our code we get those extra functions by just writing a single line of code at the top.
Modules in Python
Modules in Python also contain functions and statements. We use
Add new comment