↻
⏵︎ Run
import numpy as np #initialize an array arr = np.array([11, 11, 9, 9]) # get array shape shape = arr.shape print(shape)
Output