add updates to number_utils for testing
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
# more code for hw
|
||||
def is_even(n):
|
||||
return n % 2 == 0
|
||||
|
||||
def is_odd(n):
|
||||
return n % 2 != 0
|
||||
|
||||
Reference in New Issue
Block a user