Course Content
NumPy in a Nutshell
Select all options with the incorrect code.
array([4, 5, 6])
np.array(5, 7)
numpy.array(4, 6,)
np.array([1, 4, 5])
Section 1.
Chapter 3