You can push each letter onto the stack and then pop each letter off into a new string. Since stacks are last-in-first-out, the new string will be a reverse of the original string. The two strings can then be compared http://greenteapress.com/thinkpython/thinkCSpy/html/chap18.html
PlUmPaSsChIcKeN commented: Awesome +0
JoshuaBurleson commented: PERFECT! +4
JoshuaBurleson commented: good eye. and thanks for the itemgetter reference! +4
TrustyTony commented: Thanks for demonstration of tkinter wait_variable +13
woooee 814 Nearly a Posting Maven