We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc80987 commit d711ffaCopy full SHA for d711ffa
1 file changed
Function/Lambdafunction.md
@@ -1,7 +1,7 @@
1
## Lambda Function
2
3
### Lambda Function
4
-- A Python lambda is just a Python function. But maybe like a special type of function that has limited capabilities
+- A Python lambda is just a Python function. It is a simple special type of function that has limited capabilities
5
- Lambda function is a small anonymous function.
6
- lambda function can have any number of arguments but only one expression, which is evaluated and returned.
7
- Normally we use the **def** keyword to define a function with a name. The *lambda* keyword is used to create anonymous functions.
0 commit comments