I have a n-array like this:
[[167. 207. 277. 480.   1.]
 [294. 210. 385. 471.   2.]
 [448. 212. 532. 474.   0.]]
I want to store there row values in 4 variables say a,b,c,d as I want them to write in a file row by row by iterating over the n-array, as I have a lot of these arrays and want them to store in a file.
 
     
    