def main(): for _ in range(10): print('Hello, World!') if __name__ == '__main__': main()