# hello.py # Walker White # August 8, 2012 """Simple Python program to test installation.""" if __name__ in ('__main__'): print "Hello World"