2013年2月9日土曜日

[Python]配列

代入
list = ['dog', 'cat', 'elephant', 'giraffe']
要素数
len(list)

0 件のコメント:

コメントを投稿