+ 2
Can anyone explain this?
Import numpy as np ar=np.ones((3,2)) Print (ar.ndim) What is ndim ?!
4 Respostas
+ 4
Jason
click
https://code.sololearn.com/cJTNSH6EuBok/?ref=app
And press RUN
And be happy:)
+ 1
n dimensions possibly ,you could always use Google :-)
+ 1
ndim() function return the number of dimensions of an array.
#codinglife
#DoundouYagoul
+ 1
Number of the dimension of array.