from is_palindrome import is_palindrome def main(): for string in ["aza", "racecar", "trigger", "ogre"]: print(is_palindrome(string))