#28714: Python 解答


oxxostudio (oxxo.studio)

學校 : 不指定學校
編號 : 173961
來源 : [220.133.228.250]
最後登入時間 :
2022-07-21 09:26:00
a015. 矩陣的翻轉 | From: [122.117.124.140] | 發表日期 : 2021-12-29 13:17

因為要進行矩陣 row 和 column 的對調,所以先建立一個空的串列 output,
接著根據原本串列 column 的多寡,讓 output 具有同樣的 row,
最後只要將原本串列 column 的項目,依序放入 output 的 row 中即可。

解答:https://steam.oxxostudio.tw/category/python/zerojudge/a015.html

 
ZeroJudge Forum