Ver originalfrom numpy import *data=loadtxt("datos.txt")t,x,y,z=loadtxt("datos.txt",unpack=True)s=t+xsavetxt("salida.txt",s)