#253
functions-7
 

Difficulty:Basic
Topics:functions


Functions can also take other functions as input
test not run
(= 20 ((fn [f] (f 4 5))
           __))


Code which fills in the blank: