View Pit Stop page for race #14 by tsds — Ghost race
Official speed | 38.11 wpm (47.86 seconds elapsed during race) |
---|---|
Race Start | September 6, 2021 4:35:19pm UTC |
Race Finish | September 6, 2021 4:36:07pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 94.0% |
Points | 12.70 |
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) |