#28837: Python 解答


oxxostudio (oxxo.studio)

學校 : 不指定學校
編號 : 173961
來源 : [220.133.228.250]
最後登入時間 :
2022-07-21 09:26:00
b367. 翻轉世界 -- 自己 | From: [114.40.113.45] | 發表日期 : 2022-01-07 12:43

這題可以使用 append 和 insert 的方法操作串列資料
原始串列可用 append 由前往右加入資料,比對的串列可用 insert 由後往前加入「反轉」的資料,
最後直接用比較運算子判斷就可以得到結果。

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

 
ZeroJudge Forum