# module.py # Walker M. White # June 20, 2012 """ This is a simple module. It shows how modules work""" x = 1+2 x = 3*x x