Introduction to Python Programming
Modules
A module is a file containing code written by somebody else (usually) which can be imported and used in our programs.
Types of modules
There are two types of modules in Python.
1. Built in Modules (Preinstalled in Python)
Some examples of bui...
princechx.hashnode.dev1 min read