fabelous-math/example.py

3 lines
60 B
Python

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