# script.py # Walker M. White (wmw2) # June 20, 2012 """ This is a simple script. It shows why we use print """ x = 1+2 # I am a comment x = 3*x print x