- #1
Apashanka
- 429
- 15
I have two 2-D equal sized arrays (m×n) say a,b and want to print them in a single .txt file and have tried this using numpy
np.savetxt('data.txt',(a,b)) but it fails..,
Can anyone please help in sort out this
Thanks
np.savetxt('data.txt',(a,b)) but it fails..,
Can anyone please help in sort out this
Thanks