Which NumPy operation converts a Python list into an array?
lst.astype()
np.dtype(lst)
np.array(lst)
np.shape = lst