当前位置:主页 > 软件编程 > Python代码 >
时间:2021-02-20 09:04:37 | 栏目:Python代码 | 点击:次
如下所示:
import numpy as np a=np.random.randint(0,10,size=[3,3,3])
print(a)