def main(): print('Hello World from Python!') if __name__ == '__main__': main()