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 f10e76b commit 809090dCopy full SHA for 809090d
exercises/06-lambda-functions/README.md
@@ -1,3 +1,8 @@
1
+---
2
+tutorial: "https://www.youtube.com/watch?v=HACQ9uerCuE"
3
4
+
5
6
# `06` Lambda functions in Python
7
8
A lambda function is a function with just one line of code and no name.
@@ -31,4 +36,4 @@ Here is how you would declare it like a normal function
31
36
def is_odd(num):
32
37
return (num % 2) == 0:
33
38
```
34
-
39
0 commit comments