View Pit Stop page for race #6 by sumit91 — Ghost race
View profile for Sumit (sumit91)
Official speed | 38.78 wpm (47.03 seconds elapsed during race) |
---|---|
Race Start | May 15, 2011 6:11:26am UTC |
Race Finish | May 15, 2011 6:12:13am UTC |
Outcome | No win (2 of 3) |
Accuracy | 81.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) |