Functions: Exercise 3

Write a function called is_palindrome that takes a string argument and returns True if it is a palindrome and False otherwise.