回答編集履歴
1
修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
while
|
1
|
+
while以下のインデントがずれています。
|
2
2
|
|
3
3
|
意図したコードは
|
4
4
|
|
@@ -110,7 +110,7 @@
|
|
110
110
|
|
111
111
|
```
|
112
112
|
|
113
|
-
でしょう
|
113
|
+
でしょう。
|
114
114
|
|
115
115
|
[defaultdict の使用例](https://docs.python.org/ja/3/library/collections.html#defaultdict-examples) の3つめを参考
|
116
116
|
|