View Pit Stop page for race #9 by djebou — Ghost race
Official speed | 47.60 wpm (38.32 seconds elapsed during race) |
---|---|
Race Start | June 15, 2011 2:32:12pm UTC |
Race Finish | June 15, 2011 2:32:50pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.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) |