本篇文章介紹Python 的內建串列型態。 ... a = [1, 2, 3, 2, 3] a.remove(2) print(a) a.remove(3) print(a) #《程式語言教學誌》的範例程式# http://kaiching.org/ ...
確定! 回上一頁