First time here? Check out the FAQ!
answered 2012-08-08 12:56:30 +0100
Here's a functional style one-liner:
ta3 = map(lambda (x,y): [x[0], x[1]-y[1]], zip(ta1, ta2))