Skip to content

Commit 6c22f46

Browse files
authored
Update Lambdafunction.md
1 parent d711ffa commit 6c22f46

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
@@ -50,7 +50,7 @@ Output:
5050
6
5151
```
5252

53-
### Is this possible to write multiline lambda
53+
### Is this possible to write multiline lambda Function
5454
No, because lambda function is only a single line one time use function so you can not create a multiline lambda function.
5555
Lambda function can be used with python built-in function such as filter(), map, list, etc....
5656

0 commit comments

Comments
 (0)