Prototypes - University of Arizona

A module name must not be a Python keyword A module is simply a python file which contains functions,classes and variables Let us consider the following example of a module name area.py which contains three functions name area_circle(r),area_square(s),area_rect(l,b) ................
................