#step 3:先建立list再將轉為array b = np.array(range(10)) #range(10)為list的 ... print (np.random.rand(5,5)) #建立shape為(5,5)的Array,每個元素介於0~1之間 ...
確定! 回上一頁