Python | Numpy Quiz | Question 2

Last Updated :
Discuss
Comments

How can you create a NumPy array from a Python list?

np.array(list)

numpy(list)

array(list)

create.array(list)

Share your thoughts in the comments