回答編集履歴

2

不要なコードの削除

2017/02/16 06:58

投稿

Hironsan
Hironsan

スコア24

test CHANGED
@@ -5,8 +5,6 @@
5
5
  ```py3
6
6
 
7
7
  import collections
8
-
9
- from operator import itemgetter
10
8
 
11
9
 
12
10
 

1

文の直し

2017/02/16 06:58

投稿

Hironsan
Hironsan

スコア24

test CHANGED
@@ -1,4 +1,4 @@
1
- Counterを使っているなら、most_commonメソッドを使うのも一つの手だと思います。
1
+ Counterを使っているなら、most_commonメソッドを使うと楽だと思います。
2
2
 
3
3
 
4
4