Google News
logo
NumPy - Quiz(MCQ)
reshape() function in numpy array using python is :
A)
reshape(shape)
B)
array.reshape(shape)
C)
reshape(array, shape)
D)
numpy.reshape(array)

Correct Answer : Option (C) :   reshape(array, shape)

Advertisement