View Pit Stop page for race #3 by gauntel — Ghost race
View profile for Michael (gauntel)
| Official speed | 76.14 wpm (23.96 seconds elapsed during race) |
|---|---|
| Race Start | October 16, 2018 12:45:13pm UTC |
| Race Finish | October 16, 2018 12:45:37pm UTC |
| Outcome | Win (1 of 2) |
| Opponents |
2. jjz03 (44.63 wpm) |
| Accuracy | 98.0% |
| Points | 25.38 |
| 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) |