You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Palindrome checker in Python 3. This program asks a user for a string of characters or a word. It checks the user input, runs palindrome check on it, and tells user whether the entered string is a palindrome or not.