Python Interview Questions

Ref: https://shirsh94.medium.com/top-100-python-interview-questions-and-answers-4c4e9301d9b6

What is lambda Function?

A lambda function is a small anonymous function.

A lambda function can take any number of arguments, but can only have one expression.

https://www.w3schools.com/python/python_lambda.asp








Comments