回答編集履歴
1
追記
answer
CHANGED
@@ -3,4 +3,9 @@
|
|
3
3
|
0. setに放り込んで集合オブジェクトにする
|
4
4
|
0. 上記の手順をファイル数の分だけ繰り返す
|
5
5
|
0. 集合全体の共通部分を求める
|
6
|
-
0. 出力
|
6
|
+
0. 出力
|
7
|
+
|
8
|
+
---
|
9
|
+
**参考:**
|
10
|
+
- [組み込み型 - str — Python 3.7.4 ドキュメント](https://docs.python.org/ja/3/library/stdtypes.html#text-sequence-type-str)
|
11
|
+
- [組み込み型 - set — Python 3.7.4 ドキュメント](https://docs.python.org/ja/3/library/stdtypes.html#set-types-set-frozenset)
|