View Pit Stop page for race #4 by _vormx_ — Ghost race
View profile for VormX (_vormx_)
| Official speed | 52.56 wpm (34.70 seconds elapsed during race) |
|---|---|
| Race Start | May 8, 2017 1:58:41pm UTC |
| Race Finish | May 8, 2017 1:59:16pm UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 95.0% |
| Points | 0.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) |