bentuk array Anda numpy

import numpy as np
arr = np.array([1,2,3])
arr.shape
BlueMoon