def main(): print("This is the main function.") print('hello world') if __name__ == "__main__": main()