# File: hello0.py # # Output: print "hello, world" # # Matt Bishop, ECS 10, Spring 2014 # print("hello, world") # my first Python program!!!