Chapter 4. Python Functions, Modules and Packages 14 Marks

in python have the .py extension. The name of the module will be the name of the file. • A python module can be defined as a python program file which contains a python code including python function, class or variables. • Python packages allow us to create a hierarchical file directory structure of modules. A python package is a collection of ................
................