#292
sequence-comprehensions-2
 

Difficulty:Basic
Topics:comprehensions


And also filtering
test not run
(= (quote (1 3 5 7 9)) (filter odd? (range 10)) (for [index __ :when (odd? index)] index))


Code which fills in the blank: