回答編集履歴

1

追記

2019/04/19 11:01

投稿

LouiS0616
LouiS0616

スコア35660

test CHANGED
@@ -44,4 +44,24 @@
44
44
 
45
45
 
46
46
 
47
+ とか
48
+
49
+ ```Python
50
+
51
+ import collections
52
+
53
+ import operator
54
+
55
+
56
+
57
+ china_cnt = collections.Counter(
58
+
59
+ map(operator.itemgetter(1), src)
60
+
61
+ )['中国']
62
+
63
+ ```
64
+
65
+
66
+
47
67
  とか。