回答編集履歴

1

追記

2018/12/23 13:13

投稿

can110
can110

スコア38266

test CHANGED
@@ -5,3 +5,17 @@
5
5
  [collections — コンテナデータ型](https://docs.python.jp/3/library/collections.html)
6
6
 
7
7
  > このモジュールは、汎用の Python 組み込みコンテナ dict, list, set, および tuple に代わる、(以下略)
8
+
9
+
10
+
11
+ ## 追記
12
+
13
+ ちょっと質問読み違えてました。コンテナの各中身を指す用語でしたら、**要素**が適切かと思います。
14
+
15
+
16
+
17
+ [共通のシーケンス演算](https://docs.python.jp/3/library/stdtypes.html#common-sequence-operations)
18
+
19
+
20
+
21
+ > s のある要素が x と等しければ True (以下略)