array1 = np.array(list1)# create tow-dimension from python list ... np.random.randint(0, 10, size=(3, 5))# 生成二維3*5陣列,其值為0~1的隨機浮點數
確定! 回上一頁