Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 230 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 230 Bytes

palindrome

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.