#15
Double Down
 

Difficulty:Elementary
Topics:


Write a function which doubles a number.
test not run
(= (__ 2) 4)
test not run
(= (__ 3) 6)
test not run
(= (__ 11) 22)
test not run
(= (__ 7) 14)


Code which fills in the blank: