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 9d4c871 commit c62c881Copy full SHA for c62c881
exercises/06-lambda-functions/app.py
@@ -1,2 +1,3 @@
1
# your function here
2
3
+is_odd = lambda num: (num%2)
0 commit comments