We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d711ffa commit 6c22f46Copy full SHA for 6c22f46
1 file changed
Function/Lambdafunction.md
@@ -50,7 +50,7 @@ Output:
50
6
51
```
52
53
-### Is this possible to write multiline lambda
+### Is this possible to write multiline lambda Function
54
No, because lambda function is only a single line one time use function so you can not create a multiline lambda function.
55
Lambda function can be used with python built-in function such as filter(), map, list, etc....
56
0 commit comments