+ 2
Function shape for list or array
Explain function shape , please
1 Antwort
+ 2
numpy array support shape function which returns the shape i.e numpy.shape(array) returns rows, columns of an array/matrix in tuple format like (3,4) denotes the rows=3 and column =4