Steve (serialkiller)

Race #39

View Pit Stop page for race #39 by serialkillerGhost race

View profile for Steve (serialkiller)

Official speed 35.25 wpm (51.74 seconds elapsed during race)
Race Start January 5, 2012 2:40:31am UTC
Race Finish January 5, 2012 2:41:23am UTC
Outcome Win (1 of 2)
Accuracy 83.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)