Understanding Lambda Functions in Python
Lambda functions in python are anonymous functions. Anonymous functions refers to kind of functions that have no name. Although they look syntactically different, lambda functions behave in the same way as regular functions.
Why even use Lambda fun...
arvindrao.hashnode.dev3 min read