def hello(): print("hi!") if __name__ == "__main__": hello()