#266
partition-2
 

Difficulty:Basic
Topics:partition


You can use partition-all to also get partitions with less than n elements
test not run
(= __ (partition-all 3 (range 5)))


Code which fills in the blank: