Storing Functions in Modules

Storing Functions in Modules

A module is a file that contains Python code. Large programs are easier to debug and maintain when they are divided into modules.

Example

COMMON FUNCTIONS