Ask Your Question

Revision history [back]

Here's a functional style one-liner:

ta3 = map(lambda (x,y): [x[0], x[1]-y[1]], zip(ta1, ta2))