View Pit Stop page for race #210 by tsds — Ghost race
Official speed | 49.60 wpm (36.77 seconds elapsed during race) |
---|---|
Race Start | October 17, 2021 2:46:20pm UTC |
Race Finish | October 17, 2021 2:46:56pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.0% |
Points | 16.53 |
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) |