回答編集履歴

1

修正

2017/04/23 21:30

投稿

Zuishin
Zuishin

スコア28662

test CHANGED
@@ -1 +1,9 @@
1
+ [How to chunk a list in Python 3?](http://stackoverflow.com/questions/5850536/how-to-chunk-a-list-in-python-3)
2
+
3
+
4
+
1
- 小数や分数は使えないので、余らせるか分けられるところまで分けるくらいしかないと思います。後は算数かと。
5
+ > In Python 3's itertools there is a function called zip_longest. It should do the same as izip_longest from Python 2.
6
+
7
+
8
+
9
+ だそうです。