From 5848698abf949d3e75acc92c14e370fb7f999096 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Thu, 15 Jun 2023 02:27:28 +0100 Subject: [PATCH] chore: add resource under python:python-advanced-topics:lambdas --- .../python/content/102-python-advanced-topics/103-lambdas.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/python/content/102-python-advanced-topics/103-lambdas.md b/src/data/roadmaps/python/content/102-python-advanced-topics/103-lambdas.md index 775be5944..f83a15ef5 100644 --- a/src/data/roadmaps/python/content/102-python-advanced-topics/103-lambdas.md +++ b/src/data/roadmaps/python/content/102-python-advanced-topics/103-lambdas.md @@ -5,4 +5,5 @@ Python Lambda Functions are anonymous function means that the function is withou Visit the following resources to learn more: - [Lambdas in Python](https://www.w3schools.com/python/python_lambda.asp) -- [How to use Lambda functions](https://realpython.com/python-lambda/) \ No newline at end of file +- [How to use Lambda functions](https://realpython.com/python-lambda/) +- [ Python Lambda Functions](https://www.youtube.com/watch?v=kr22jigjlok) \ No newline at end of file