I've got a pretty basic question. I'm using Python to calculate an nx12 vector y = numpy.array([V1,V2,V3,V4,V5,V6,V7,V8,V9,V10,V11,V12]) which I append after each loop calculation. My problem is that when I try to save it ...