Python: リストの要素の追加と削除、取出し – append()、extend()、pop()、remove()メソッド 2008/6/12 Python ソースコード 実行結果 [3, 5, 7, 9, 11] [3, 5, 7, 9, 11, 13] [3...