> np.array([1,2])
NameError: name 'np' is not defined
I think the article probably wanted "import numpy as np"
voidUpdate•1h ago
> np.array([1,2])
NameError: name 'np' is not defined
I think the article probably wanted "import numpy as np"