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