1#!/usr/bin/env python 2 3import sys 4 5sys.stdout.write("All work and no play makes Jack a dull boy.\n" * 1000) 6sys.stdout.flush() 7