8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f8baa commit e5cf30fCopy full SHA for e5cf30f
course_contents/2_intro_to_python/README.md
@@ -198,4 +198,4 @@ Example:
198
result = (lambda x, y: x + y)(15, 3)
199
```
200
201
-Read more about lambda expressions [here](https://www.teclado.com/30-days-of-python/python-30-day-16-lambda-expressions#lambda-expressions).
+Read more about lambda expressions and first-class functions [here](https://www.teclado.com/30-days-of-python/python-30-day-16-lambda-expressions).
0 commit comments