Update chunk.md

This commit is contained in:
Angelos Chalaris
2019-12-26 19:12:41 +02:00
committed by GitHub
parent 0ef1ae1491
commit bfed96ffef

View File

@ -7,7 +7,7 @@ Chunks a list into smaller lists of a specified size.
Use `list()` and `range()` to create a list of the desired `size`. Use `list()` and `range()` to create a list of the desired `size`.
Use `map()` on the list and fill it with splices of the given list. Use `map()` on the list and fill it with splices of the given list.
Finally, return use created list. Finally, return the created list.
```py ```py
from math import ceil from math import ceil