Daryl (blastbking)

Race #2

View Pit Stop page for race #2 by blastbkingGhost race

View profile for Daryl (blastbking)

Official speed 88.01 wpm (20.72 seconds elapsed during race)
Race Start March 13, 2016 7:09:09pm UTC
Race Finish March 13, 2016 7:09:30pm UTC
Outcome Win (1 of 3)
Accuracy 100.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)