#289
lazy-sequences-6
 

Difficulty:Basic
Topics:sequences


Iteration can be used for repetition
test not run
(= (repeat 100 :foo)
       (take 100 (iterate __ :foo)))


Code which fills in the blank: