>A Byte of Python

Making your own Modules

Creating your own modules is easy, you have been doing it all along! Every Python program is also a module. The following example should make it clear.