permil (permil)

Race #127

View Pit Stop page for race #127 by permilGhost race

View profile for permil (permil)

Official speed 108.90 wpm (16.75 seconds elapsed during race)
Race Start February 25, 2019 3:35:23pm UTC
Race Finish February 25, 2019 3:35:40pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 36.30
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)