Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Print reshape devide into array like 2 array with 5 values
Home
NumPy
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))
...