Menu
×
×
Correct!
Exercise:Insert the correct argument for creating a NumPy array with 2 dimensions.
arr = np.array([1, 2, 3, 4], @(5)=2)
arr = np.array([1, 2, 3, 4], ndmin=2)
Not CorrectClick here to try again. Correct!Next ❯ |