代码如下importnumpyasnptb3=np.random.randint(100,200,(8,))print('原始tb3\n',tb3)foriinrange(5):#抽取5次tc3=np.random.choice(tb3,(3,2) ...
確定! 回上一頁