#36
Let it Be
Difficulty: | Elementary |
Topics: | math syntax |
Can you bind x, y, and z so that these are all true?
![]() | (= 10 (let __ (+ x y))) |
![]() | (= 4 (let __ (+ y z))) |
![]() | (= 1 (let __ z)) |
Difficulty: | Elementary |
Topics: | math syntax |
![]() | (= 10 (let __ (+ x y))) |
![]() | (= 4 (let __ (+ y z))) |
![]() | (= 1 (let __ z)) |