# File: hello0.py # # Output: print "hello, world" # # Matt Bishop, MHI 289I, Winter 2019 # print("hello, world") # my first Python program!!!