#277
higher-order-functions-7
 

Difficulty:Basic
Topics:functions


Reducing can increase the result
test not run
(= __ (reduce (fn [a b] (* a b)) [1 2 3 4]))


Code which fills in the blank: