View Pit Stop page for race #7 by scorpiongr — Ghost race
View profile for KUQ E ZI (scorpiongr)
Official speed | 32.27 wpm (56.52 seconds elapsed during race) |
---|---|
Race Start | January 1, 2013 9:35:38am UTC |
Race Finish | January 1, 2013 9:36:35am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.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) |