zikk (zikk)

Race #8

View Pit Stop page for race #8 by zikkGhost race

View profile for zikk (zikk)

Official speed 37.50 wpm (48.64 seconds elapsed during race)
Race Start August 28, 2015 3:35:45am UTC
Race Finish August 28, 2015 3:36:34am UTC
Outcome No win (3 of 3)
Accuracy 94.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)