View Pit Stop page for race #5 by i8pp — Ghost race
Official speed | 52.04 wpm (35.05 seconds elapsed during race) |
---|---|
Race Start | February 5, 2014 5:17:58am UTC |
Race Finish | February 5, 2014 5:18:33am UTC |
Outcome | Win (1 of 2) |
Opponents |
2. andromeduck (46.57 wpm) |
Accuracy | 94.0% |
Points | 0.00 |
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) |