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 ...