View Pit Stop page for race #60 by paraphrohn — Ghost race
View profile for paraph (paraphrohn)
| Official speed | 82.80 wpm (22.03 seconds elapsed during race) |
|---|---|
| Race Start | February 25, 2019 2:45:06pm UTC |
| Race Finish | February 25, 2019 2:45:28pm UTC |
| Outcome | No win (2 of 3) |
| Opponents |
1. permil (102.49 wpm) 3. nmyo (79.24 wpm) |
| Accuracy | 98.0% |
| Points | 27.60 |
| 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) |