View Pit Stop page for race #27 by jet_blazer — Ghost race
View profile for Rahul (jet_blazer)
Official speed | 86.43 wpm (21.10 seconds elapsed during race) |
---|---|
Race Start | July 3, 2011 12:06:28pm UTC |
Race Finish | July 3, 2011 12:06:49pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 100.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) |