Write `is_anagram(a, b)` returning True if `a` and `b` are anagrams (case-insensitive, ignore spaces).