📜  python代码示例中的np.arange

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

代码示例4
import numpy as np
e = np.arange(0, 1, 0.3)
print(e)