Daily Archives: 2008年6月1日

Python: リストの初期化・出力・代入・要素数

ソースコード #!/usr/bin/python # coding: UTF-8 # リストの初期化 numbers = [1, 4, 7, 12, 23] strings = [‘Jon’, ‘Mery’, ‘Sun’ … Continue reading

Posted in Python | Tagged , | Leave a comment