Program Assignment Data Structures / Python
Write a program that uses a stack to test input strings to determine whether they are palindromes. A palindrome is a sequence of words that reads the same as the sequence in reverse. For example, noon.
You must use the stack class that was created in class. if you do not have a copy of this class, you can find it in the l:Chapter 03 folder.
lf you cannot think of any palindromes, the website http://www.palindromelist.net/ contains some. You can ignore spaces and punctuation.