create array with shape 0,2 code example Example: create array with shape 0,2 arr = np.zeros((0, 2)) arr.shape (0, 2)