📜  python代码示例中的lambda

📅  最后修改于: 2022-03-11 14:47:18.859000             🧑  作者: Mango

代码示例6
Lamda is just one line anonymous function
Useful when writing function inside function
it can take multiple arguments but computes only one expression

Syntax:
   x = lambda arguments : expression