Login
Remember
Register
Ask a Question
Print reshape devide into array like 2 array with 5 values
+1
vote
asked
Jul 9, 2021
in
NumPy
by
rajeshsharma
Print reshape devide into array like 2 array with 5 values
print-reshape
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 9, 2021
by
rajeshsharma
Print reshape devide into array like 2 array with 5 values
Ans: print(‘\nreshaped array’,num.reshape(2,5))
...