Home › Forums › Python Programming › lambda – create/build function in an expresssion.. › Re: lambda – create/build function in an expresssion..
January 6, 2014 at 4:08 pm
#1967
Keymaster
Lambda functions are mainly used in combination with the functions filter(), map() and reduce().