回答編集履歴

1

追記

2022/09/04 15:05

投稿

LouiS0616
LouiS0616

スコア35676

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
  ```Python
3
3
  >>> import collections
4
4
  >>>