Tuesday, March 15, 2011

clarity




which is clearer:

for n in data1:
data1_x.append(n[0])

[data1_x.append(x[0]) for x in data1]