Skip to content

Commit d2e25e5

Browse files
authored
Update README.md
1 parent 5bf53e9 commit d2e25e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Multiline lambda function in python. Give arguments to lambdafunction() and incl
44
<h2>Syntax :</h2>
55
General Syntax :
66
lambdaFunction.lambdafunction("list of string arguments", caller="string argument which gets calls the function.")
7+
<br>
78
<ul>
89
<li>First list of arguements should be wrapped in single function.</li>
910
eg. lambdaFunction.lambdafunction("def add(x, y) :","...", caller="...")

0 commit comments

Comments
 (0)