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