# File: hello_world.py # # Output: print "hello, world" # # Matt Bishop, MHI 289I, Fall 2021 # print("hello, world") # my first Python program!!!