Practice ยท 1 of 1
Palindrome Check
Implement is_palindrome(text): true when the text reads the same backwards, ignoring case. ('Racecar' is a palindrome; spaces are NOT ignored โ keep it simple.)
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Strings Practice: Text Surgery