Day 2 - Modules and pip in Python!
Module is like a code library which can be used to borrow code written by somebody else in our python program. There are two types of modules in python:
Built in Modules - These modules are ready to import and use and ships with the python interpret...
viveky.hashnode.dev1 min read