Create a matrix. Lets consider the following matrix import numpy as np A = np.random.randint(3, size=20) print(A). returns for example
確定! 回上一頁