#288
lazy-sequences-5
 

Difficulty:Basic
Topics:sequences


Repetition is key
test not run
(= [:a :a :a :a :a :a :a :a :a :a ]
       (repeat 10 __))


Code which fills in the blank: