Clean Phrase Palindrome
You can check a palindrome even inside a regular phrase with spaces, punctuation, and mixed letter case. Given a string s, consider only letters and digits, and ignore uppercase versus lowercase. Return True if the cleaned string reads the same forward and backward.
Примеры
Ввод
"A man a plan a canal Panama"Вывод
TrueВвод
"race a car"Вывод
FalseВвод
""Вывод
TrueНужно реализовать
def is_palindrome(s):
Теги
stringstwo-pointers
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign inTests12
Visible tests
Hidden test 7
Hidden test 8
Hidden test 9
Hidden test 10
Hidden test 11
Hidden test 12
They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.
Focus radio
Paused · SomaFM · Fluid