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