def main(): # python runs the program from top to bottom # comments start with a hash # and are ignored when running the program print("hello section 4!!") print("It's 2:28pm right now and I want a nap") # "calling"/running main main()