List comprehension and lambda functions

Question Q4.3.1

Rewrite the list of lambda functions created in Example E4.10 using a single list comprehension.


Solution Q4.3.1