点击运行
import numpy as np x = np.zeros(5) print (x)
运行结果 :
正在执行...