1n Python, Modules are simply files with the “. py”
2extension containing Python code that can be imported
3inside another Python Program. In simple terms, we can
4consider a module to be the same as a code library or a
5file that contains a set of functions that you want to
6include in your application.