View Pit Stop page for race #125 by sidd_ — Ghost race
Official speed | 107.71 wpm (16.93 seconds elapsed during race) |
---|---|
Race Start | February 14, 2019 3:47:09am UTC |
Race Finish | February 14, 2019 3:47:26am UTC |
Outcome | Win (1 of 3) |
Opponents |
2. pivot5 (72.11 wpm) 3. poem (59.02 wpm) |
Accuracy | 99.0% |
Points | 35.90 |
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) |