組み込み型
組み込み型 変更不可 変更可 反復可 シーケンス マッピング データ (built-in types) (immutable) (mutable) (iterable) (sequence) (mapping… Read More: 組み込み型 »
組み込み型 変更不可 変更可 反復可 シーケンス マッピング データ (built-in types) (immutable) (mutable) (iterable) (sequence) (mapping… Read More: 組み込み型 »
enumerate(list) : リスト/配列に対して、位置インデックスとその値を同時に得る list.items( ):ディクショナリに対して、キーとその値を同時に得る zip(sequence1、sequence2… Read More: ループのテクニック »
There are three kinds of lies: lies, damned lies, and statistics(『世の中には3種類の嘘がある: 嘘、大嘘、そして統計だ』) by Mark Twain W… Read More: うそ(嘘) »
シーケンス (文字列、バイト列、タプル、リスト、range 等) コレクション (辞書、集合、凍結集合 等)
map関数とlist関数を組み合わせて、for文と同等のことをシンプルに実行