new snippets
This commit is contained in:
@ -5,7 +5,6 @@ Chunks an array into smaller lists of a specified size.
|
||||
Uses `range` to create a list of desired size. Then use `map` on this list and fill it with splices of `arr`.
|
||||
|
||||
```python
|
||||
|
||||
from math import ceil
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user