View Pit Stop page for race #3 by aph0tic — Ghost race
Official speed | 34.42 wpm (52.99 seconds elapsed during race) |
---|---|
Race Start | October 8, 2017 1:03:31am UTC |
Race Finish | October 8, 2017 1:04:24am UTC |
Outcome | No win (2 of 3) |
Opponents |
1. cptbbq (80.70 wpm) |
Accuracy | 93.0% |
Points | 11.47 |
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) |