What is the output of the following code ?
import numpy as np a = np.array([[1,2,3]]) print(a.shape)
निम्नलिखित कोड का परिणाम क्या है ?