NumPy - Fundamentals
Identify the error in this code:
import numpy arr = numpy.array([1, 2, 3]) print(arr)
import numpy arr = numpy.array([1, 2, 3]) print(arr)
numpy.array() works fine without alias.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions