permil (permil)

Race #119

View Pit Stop page for race #119 by permilGhost race

View profile for permil (permil)

Official speed 96.69 wpm (18.86 seconds elapsed during race)
Race Start February 25, 2019 3:25:07pm UTC
Race Finish February 25, 2019 3:25:26pm UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 32.23
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)