View Pit Stop page for race #11 by lesirh — Ghost race
View profile for LeSirH (lesirh)
Official speed | 61.92 wpm (29.46 seconds elapsed during race) |
---|---|
Race Start | August 8, 2019 3:26:20am UTC |
Race Finish | August 8, 2019 3:26:49am UTC |
Outcome | No win (3 of 3) |
Opponents |
1. spondulix (115.17 wpm) 2. arc_sec (87.68 wpm) |
Accuracy | 94.0% |
Points | 20.64 |
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) |