I kept the code mostly the same: import numpy as np a5 = np.array([[1,2,3],[4,5,6]]) a5_transposed = np.zeros((3,2)) for i in ...
確定! 回上一頁