a package is a folder containing one or more python modules One modules in a package must contain code example
Example: package in python
A package is basically a directory with Python files and a file with the name __init__.py
A package is basically a directory with Python files and a file with the name __init__.py