LeSirH (lesirh)

Race #5

View Pit Stop page for race #5 by lesirhGhost race

View profile for LeSirH (lesirh)

Official speed 84.00 wpm (21.71 seconds elapsed during race)
Race Start August 8, 2019 3:15:23am UTC
Race Finish August 8, 2019 3:15:45am UTC
Outcome No win (3 of 4)
Opponents 1. spondulix (109.94 wpm)
2. arc_sec (100.57 wpm)
Accuracy 95.0%
Points 28.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)