Your question is Count Unique Characters in a String. Start with the requirements on the right.
Run and submit as often as you like. When you're ready, talk me through your approach or go straight to the code.
Given a string s, write a function to count the number of unique characters in it. The function should ignore spaces and consider uppercase and lowercase letters as the same character.
def count_unique_characters(s):