View Pit Stop page for race #5 by joniboi — Ghost race
| Official speed | 41.79 wpm (43.65 seconds elapsed during race) |
|---|---|
| Race Start | May 9, 2018 4:18:04pm UTC |
| Race Finish | May 9, 2018 4:18:48pm UTC |
| Outcome | No win (2 of 3) |
| Accuracy | 89.0% |
| Points | 13.93 |
| 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) |