Why would we need to use a function as the expression in a list comprehension?

To apply multiple expressions on the values we're iterating overBecause expressions are always functions

To apply multiple expressions on the values we're iterating over.