+1 vote
in NumPy by
Print reshape devide into array like 2 array with 5 values

1 Answer

0 votes
by
Print reshape devide into array like 2 array with 5 values

Ans: print(‘\nreshaped array’,num.reshape(2,5))

Related questions

+2 votes
asked Jul 3, 2021 in NumPy by sharadyadav1986
+2 votes
+2 votes
asked Jul 4, 2021 in NumPy by sharadyadav1986
...