+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))
...