All Challenges
Code Challenge
Palindrome Checker
00:00
Medium
Write a function called `is_palindrome` that takes a string and returns True if it's a palindrome (reads the same forwards and backwards), ignoring case and non-alphanumeric characters.
solution.py
🐍
Python
Run Tests
Reset
Hints (0/3)