fabelous-math/example.py

4 lines
78 B
Python

from fabelous_math import is_even, is_odd
print(is_even(5))
print(is_odd(19))