#268
partition-4
 

Difficulty:Basic
Topics:partition


Consider padding the last sequence with some default values..
test not run
(= '((0 1 2) (3 4 5) (6 :hello)) (partition 3 3 [__] (range 7)))


Code which fills in the blank: