NumPy - Fundamentals
Which of the following is the correct way to create a NumPy array from a Python list
[1, 2, 3]?[1, 2, 3]?np.array() which takes a list as input.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions