Write a function is_palindrome(s: str) -> bool that checks if a string is identical forwards and backwards ignoring case and spaces.
is_palindrome(s: str) -> bool
is_palindrome: True [✓] String slicing verified (Time: 0.012s, Memory: 13.8 MB)