#264
partition-0
 

Difficulty:Basic
Topics:partition


To split a collection you can use the partition function
test not run
(= '((0 1) (2 3)) (__ 2 (range 4)))


Code which fills in the blank: