#36
Let it Be
 

Difficulty:Elementary
Topics:math syntax


Can you bind x, y, and z so that these are all true?
test not run
(= 10 (let __ (+ x y)))
test not run
(= 4 (let __ (+ y z)))
test not run
(= 1 (let __ z))


Code which fills in the blank: