What will be the output of the following ?
import numpy as np arr=np.array([1,2,3]) print(arr.shape)
निम्नलिखित कोड का आउटपुट क्या होगा?