View Pit Stop page for race #94 by tsds — Ghost race
Official speed | 50.11 wpm (36.40 seconds elapsed during race) |
---|---|
Race Start | September 18, 2021 6:35:49pm UTC |
Race Finish | September 18, 2021 6:36:25pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 16.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) |