View Pit Stop page for race #126 by arc_sec — Ghost race
View profile for Vielle (arc_sec)
| Official speed | 103.55 wpm (17.61 seconds elapsed during race) |
|---|---|
| Race Start | November 27, 2019 9:09:57pm UTC |
| Race Finish | November 27, 2019 9:10:15pm UTC |
| Outcome | Win (1 of 2) |
| Opponents |
2. lesirh (81.01 wpm) |
| Accuracy | 97.0% |
| Points | 34.52 |
| 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) |