Zen (z3nith)

Race #2

View Pit Stop page for race #2 by z3nithGhost race

View profile for Zen (z3nith)

Official speed 31.65 wpm (57.63 seconds elapsed during race)
Race Start June 22, 2012 12:07:51am UTC
Race Finish June 22, 2012 12:08:49am UTC
Outcome No win (3 of 3)
Accuracy 84.0%
Points 0.00
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)