
Untitled
By: a guest on
Jul 25th, 2011 | syntax:
Python | size: 0.45 KB | hits: 41 | expires: Never
import sys
import time
time.sleep(2)
sys.stderr.write("NOK this line\n")
time.sleep(2)
sys.stdout.write("OK this line\n")
time.sleep(2)
sys.stdout.write("OK this line again\n")
time.sleep(2)
sys.stderr.write("NOK this line again\n")
time.sleep(2)
sys.stdout.write("OK this line\n")
time.sleep(2)
sys.stderr.write("NOK this line\n")
time.sleep(2)
sys.stdout.write("OK this line again\n")
time.sleep(2)
sys.stderr.write("NOK this line again\n")