#265
partition-1
 

Difficulty:Basic
Topics:partition


But watch out if there are not enough elements to form n sequences
test not run
(= (quote (__)) (partition 3 [:a :b :c :d :e]))


Code which fills in the blank: