Daily Archives: 2008年6月12日

Python: リストの要素の追加と削除、取出し – append()、extend()、pop()、remove()メソッド

ソースコード #!/usr/bin/python # coding: UTF-8 # リストの要素の追加と削除(取出し) | append()、extend()、pop()、remove()メソッドの使い方 a = [3 … Continue reading

Posted in Python | Tagged , , | Leave a comment