An anonymous, single-expression function in Python: `lambda x: x * 2`. Commonly used as arguments to `sorted()`, `map()`, and `filter()`. (Ch. 5)