Skip to content

Commit d711ffa

Browse files
authored
Update Lambdafunction.md
1 parent fc80987 commit d711ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Function/Lambdafunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Lambda Function
22

33
### Lambda Function
4-
- A Python lambda is just a Python function. But maybe like a special type of function that has limited capabilities
4+
- A Python lambda is just a Python function. It is a simple special type of function that has limited capabilities
55
- Lambda function is a small anonymous function.
66
- lambda function can have any number of arguments but only one expression, which is evaluated and returned.
77
- 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

Comments
 (0)