View Pit Stop page for race #200 by tsds — Ghost race
Official speed | 49.22 wpm (37.06 seconds elapsed during race) |
---|---|
Race Start | October 6, 2021 1:30:34pm UTC |
Race Finish | October 6, 2021 1:31:11pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 16.41 |
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) |