View Pit Stop page for race #30 by zikk — Ghost race
Official speed | 33.80 wpm (53.96 seconds elapsed during race) |
---|---|
Race Start | March 13, 2018 7:20:51am UTC |
Race Finish | March 13, 2018 7:21:45am UTC |
Outcome | No win (3 of 3) |
Accuracy | 96.0% |
Points | 11.27 |
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) |