Qual operação do NumPy converte uma lista Python em um array?
np.shape = lst
np.dtype(lst)
np.array(lst)
lst.astype()