# hello.py # Neal Nelson 2009.10.01 # Collaborators: Zelle - I'm working from examples in the Zelle textbook # # First hello program to print a message # def hello(): print "hello there"