Computer Science, asked by chesin999, 8 hours ago

Define the terms -

a) module

b) package​

Answers

Answered by thakursakshi5334
3

Answer:

Module: The module is a simple Python file that contains collections of functions and global variables and with having a .py extension file. It is an executable file and to organize all the modules we have the concept called Package in Python.

Package: The package is a simple directory having collections of modules. This di rectory contains Python modules and also having __init__.py file by which the interpreter interprets it as a Package. The package is simply a namespace. The package also contains sub-packages inside it.

I hope it helps you..

Answered by jeyarajg1
1

Answer:

A) module

Explanation:

A module is a single file (or files) that are important under one important and used e.g.

Similar questions