<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi every body!<br>I have a &b numpy arrays <br>a=np.loadtxt('çm1.txt',  dtype=np.float, skiprows=2,usecols=[1])<br>
b=np.loadtxt('çm1.txt',  dtype=('x', np.float64),  skiprows=2,usecols=[2])<br><br>
how to save  multiple files like 
cm1.txt,cm2.txt,cm3.txt etc and to produce their corresponding outputs 
cm1.out,cm2.out,cm3.out etc.<br></blockquote><div>    <br>   or how to modify this:<br>   np.savetxt(<em>fname</em>, <em>(a</em>,b), <em>fmt='%4</em>.8f<em>'</em>)<br>   <br>
    <br>
</div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>I appreciate your help<br><br>
</blockquote></div><br><br><br>