Write a function is_even(n) that returns True if n is even. Write a function max_of_two(a, b) that returns the larger number without using max(). Write a function count_vowels(s) that returns how many ...