View Pit Stop page for race #85 by bnnttnwhk — Ghost race
View profile for Bennett (bnnttnwhk)
| Official speed | 48.49 wpm (37.62 seconds elapsed during race) |
|---|---|
| Race Start | November 16, 2021 5:24:59pm UTC |
| Race Finish | November 16, 2021 5:25:37pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 96.0% |
| Points | 16.16 |
| 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) |