View Pit Stop page for race #49 by tsds — Ghost race
Official speed | 50.88 wpm (35.85 seconds elapsed during race) |
---|---|
Race Start | September 8, 2021 3:05:21pm UTC |
Race Finish | September 8, 2021 3:05:57pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 16.96 |
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) |