willsonlincake 发表于 2022-4-10 17:11:42

NumPy数列

a = np.arange(10)
b = a
print (a)
print (b)

5
页: [1]
查看完整版本: NumPy数列