The transpose of a matrix can be formed when the rows and columns of the ... j in range (len (X[0])): result [j][i] = X [i][j] for r in result: print (r).
確定! 回上一頁