8000 update · VixyMan/complete-python-course@e5cf30f · GitHub
[go: up one dir, main page]

Skip to content

Commit e5cf30f

Browse files
committed
update
1 parent b0f8baa commit e5cf30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course_contents/2_intro_to_python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ Example:
198198
result = (lambda x, y: x + y)(15, 3)
199199
```
200200

201-
Read more about lambda expressions [here](https://www.teclado.com/30-days-of-python/python-30-day-16-lambda-expressions#lambda-expressions).
201+
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

Comments
 (0)
0