user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

51. What does Python's lambda function do?

user image

Abhishek Mishra

2 years ago

In Python, an anonymous function—one without a name—is referred to as a lambda function. The term "lambda function" refers to the usage of the "lambda" keyword in place of the "def" keyword to define anonymous functions. Lambda functions only allow one statement and any number of parameters.

Recent Doubts

Close [x]