回答編集履歴
1
コード間違い修正
answer
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
[https://docs.python.org/ja/3.6/library/itertools.html#itertools-recipes](https://docs.python.org/ja/3.6/library/itertools.html#itertools-recipes)
|
3
3
|
|
4
4
|
```Python
|
5
|
-
import
|
5
|
+
import collections
|
6
6
|
from itertools import islice
|
7
7
|
|
8
8
|
|