adding number utils
This commit is contained in:
5
number_utils.py
Normal file
5
number_utils.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
# more code for hw
|
||||
def is_even(n):
|
||||
return n % 2 == 0
|
||||
Reference in New Issue
Block a user