What will be output for the following code ?
import numpy as np a = np.array([[1, 2, 3],[0,1,4],[11,22,33]]) print (a.size)
निम्नलिखित कोड के लिए आउटपुट क्या होगा?
size attribute of numPy array return the number of elements in array