#297
creating-functions-2
 

Difficulty:Basic
Topics:functions


Partial functions allow procrastination
test not run
(= 20 (let [multiply-by-5 (partial * 5)]
            (__)))


Code which fills in the blank: