# File: hello0.py # # Output: print "hello, world" # # Matt Bishop, ECS 36A, Winter 2019 # print("hello, world") # my first Python program!!!