Report Bug
Qus : In NumPy, what does the SHAPE of an array mean?
QusNumPy में, सरणी के आकार का क्या अर्थ है?

A. the shape is the number of rows
B. the shape is the number of columns
C. the shape is the number of element in each dimension
D. Total number of elements in array


Solution
C. the shape is the number of element in each dimension






Report Bug