View Pit Stop page for race #47 by paraphrohn — Ghost race
View profile for paraph (paraphrohn)
| Official speed | 80.99 wpm (22.52 seconds elapsed during race) |
|---|---|
| Race Start | February 25, 2019 2:33:50pm UTC |
| Race Finish | February 25, 2019 2:34:12pm UTC |
| Outcome | No win (2 of 2) |
| Opponents |
1. permil (91.20 wpm) |
| Accuracy | 97.0% |
| Points | 27.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) |