Lambda (Python)
A lambda is a small, anonymous function written in a single line. It is handy for short throwaway functions, often passed to sorted(), map(), or filter().
A lambda is a small, anonymous function written in a single line. It is handy for short throwaway functions, often passed to sorted(), map(), or filter().