A lambda is a small, anonymous, single-expression function. map, filter, and reduce are functional tools that apply a function across an iterable. Together they enable a functional style — though Python often prefers comprehensions for the same tasks.
