def main(): print("Hello from homework4!") if __name__ == "__main__": main()