Python Numpy numpy.random.rand() 函式生成具有隨機值的指定形狀的陣列。 ... as np np.random.seed(0) x = np.random.rand(2,3) print("Array x:") ...
確定! 回上一頁