Activity 1.1 PALINDROME Write a function called isPalindrome(text) that: • Accepts a string as input. • Returns True if the string is a palindrome (reads the same backward and forward), and False ...
Un [palindrome(https://fr.wikipedia.org/wiki/Palindrome)] est un mot ou une phrase qui se lit indifféremment de droite à gauche et de gauche à droite. L'objectif ...