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
How to Print shape
Home
NumPy
How to Print shape
+1
vote
asked
Jul 9, 2021
in
NumPy
by
rajeshsharma
How to Print shape
numpy-pint
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 9, 2021
by
rajeshsharma
Print shape
num = np.random.randint(1,50,10)
print(‘\nprint shape befor reshape : ‘,num.shape)
...