View Pit Stop page for race #20 by jackje — Ghost race
View profile for Long Double E.T. (jackje)
Official speed | 57.31 wpm (31.83 seconds elapsed during race) |
---|---|
Race Start | September 14, 2012 3:49:42pm UTC |
Race Finish | September 14, 2012 3:50:14pm UTC |
Outcome | No win (2 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) |