Question d’entretien chez L4 Digital

Write a function that determines if a string is a palindrome.

Réponse à la question d'entretien

Utilisateur anonyme

9 mai 2017

Strip spaces, reverse string and compare with original string (with stripped spaces)