Skip to content

Commit 5ce3a4e

Browse files
committed
p3
1 parent e42acf7 commit 5ce3a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

211.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
>>> f = lambda x,y:x+y
2121

22-
还记得这个lambda函数吗?如果忘记了,请复习[函数(4)](https://github.com/qiwsir/StarterLearningPython/blob/master/204.md)中对此的解释。
22+
还记得这个lambda函数吗?如果忘记了,请复习[函数(5)](./237.md)中对此的解释。
2323

2424
>>> f(2,3)
2525
5

0 commit comments

Comments
 (0)