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