Palindrome Checker
Created by
RosaleeKnight
Write a function that when given a string returns true if the string is a palindrome or false otherwise.
Write a function that when given a string returns true if the string is a palindrome or false otherwise.