📜  如何在 python 代码示例中打印 numpy 数组

📅  最后修改于: 2022-03-11 14:46:20.756000             🧑  作者: Mango

代码示例1
import numpy as np
l=[1,2,3]
a=np.array(l)
print(a) #this will give the array