回答編集履歴
1
リンクの追加
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
collections.Counterが活用できそうです。
|
1
|
+
[collections.Counter](https://docs.python.org/ja/3/library/collections.html#collections.Counter)が活用できそうです。
|
2
2
|
|
3
3
|
```Python
|
4
4
|
|