Use zip() to transpose a matrix ... Pass the rows of the matrix as separate lists to zip(*iterable) using the * operator. Use a loop to iterate through each row.
確定! 回上一頁