View Pit Stop page for race #2 by kingfish — Ghost race
View profile for Bryson (kingfish)
Official speed | 33.74 wpm (54.06 seconds elapsed during race) |
---|---|
Race Start | March 4, 2012 5:04:54am UTC |
Race Finish | March 4, 2012 5:05:48am UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.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) |