23.6. Let Expressions¶
23.6.1. RP 25 Part 1¶
This randomized problem focuses on let expressions as syntactic sugar. Solve it correctly three times in a row to get credit for it.
23.6.2. RP 25 Part 2¶
This randomized problem focuses on the evaluation of nested let expressions. Solve it correctly three times in a row to get credit for it.
23.6.3. RP 25 Part 3¶
This randomized problem focuses on the evaluation of nested let expressions with closures. Solve it correctly three times in a row to get credit for it.