Ravenzlayer (r4nd4ll)

Race #5

View Pit Stop page for race #5 by r4nd4llGhost race

View profile for Ravenzlayer (r4nd4ll)

Official speed 44.19 wpm (41.28 seconds elapsed during race)
Race Start May 13, 2016 3:00:06am UTC
Race Finish May 13, 2016 3:00:47am UTC
Outcome Win (1 of 3)
Accuracy 96.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)