回答編集履歴
1
修正
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
while
|
1
|
+
while以下のインデントがずれています。
|
2
2
|
意図したコードは
|
3
3
|
```python
|
4
4
|
|
@@ -54,7 +54,7 @@
|
|
54
54
|
hcount[hinshi] += 1
|
55
55
|
node = node.next
|
56
56
|
```
|
57
|
-
でしょう
|
57
|
+
でしょう。
|
58
58
|
[defaultdict の使用例](https://docs.python.org/ja/3/library/collections.html#defaultdict-examples) の3つめを参考
|
59
59
|
|
60
60
|
----
|