View Pit Stop page for race #3 by oncemorewithclopping — Ghost race
View profile for define-syntax (oncemorewithclopping)
Official speed | 36.49 wpm (49.99 seconds elapsed during race) |
---|---|
Race Start | February 23, 2012 5:45:22pm UTC |
Race Finish | February 23, 2012 5:46:12pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 90.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) |