classicmurph / palidrome_finder

Enter a word or phrase and discover if it's a palindrome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Determine if text is palindromic

Description

This was an assignment during the first week of class at The Iron Yard Academy: You have to write a program that, when run, asks the user to input some text. It can be a phrase, a sentence, or multiple sentences. After it is entered, your program will let the user know if it is a palindrome or not. Use "is a palindrome" and "is not a palindrome" in your output in order for the tests to pass.

About

Enter a word or phrase and discover if it's a palindrome.


Languages

Language:Python 60.7%Language:Shell 39.3%