Объяснить, как работает данный код.
numbers = [1, 2, 3, 4, 5] odds = filter(lambda x: x % 2, numbers)