An anonymous function is known as a lambda function. This function can have any number of parameters but have just one statement
Example
a=lambda x,y:X+Y
Print= (a(6+4));
An anonymous function is known as a lambda function. This function can have any number of parameters but have just one statement
Example
a=lambda x,y:X+Y
Print= (a(6+4));