# Filename: helloWorld.py # Judy Cushing, Neal Nelson # 10/2/2009 # Say Hello to the World, then return to prompt # # def main (): print "Hello, World!" raw_input("Press ") main()