All functions must be able to handle edge cases like an empty string or list and strings and lists with a single character. (Must be in python)
Write a function, called checkPalindrome, that takes a string as an argument and determines if the string is a palindrome. The function should return True if it is a palindrome, False otherwise. A palindrome is a string that is the same forward and backward like: level or noon. Make sure your function works on the string "rats live on no evil star"