Write a one-line function is_even()
that returns True
is the input value to the function is an even number, and False
otherwise. For example,
is_even(3)
False
Write a one-line function is_even()
that returns True
is the input value to the function is an even number, and False
otherwise. For example,
is_even(3)
False