def main(): s = 'Hello World!' print('{0}'.format(s)) if __name__ == '__main__': main()