点击运行
import numpy as np x = np.linspace(1,2,5, retstep = True) print(x)
运行结果 :
正在执行...