View Pit Stop page for race #89 by tsds — Ghost race
Official speed | 49.16 wpm (37.10 seconds elapsed during race) |
---|---|
Race Start | September 17, 2021 7:08:15am UTC |
Race Finish | September 17, 2021 7:08:52am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 16.39 |
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) |