Python Lambda

Python Lambda Functions are anonymous function means that the function is without a name. A lambda function can take any number of arguments.

Code :