Skip to content

Commit 0de3fbf

Browse files
authored
Create solution.hide.py
1 parent 0d2ba13 commit 0de3fbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Your function here
2+
3+
is_odd = lambda num: num % 2 != 0

0 commit comments

Comments
 (0)