What is lamda equation there in python
Anonymous
A lambda function is an anonymous function. This function can have any number of parameters but, can have just one statement. For Example: a = lambda x, y : x*y print(a(7, 19))
Check out your Company Bowl for anonymous work chats.