palindromeChecker

Difinition

Palindrome: a word, phrase, or sequence that reads the same backward as forward, e.g., madam or nurses run.

Description

This is a simple program that checks if a string is a palindrome or not. It is written in Python 3.7.3.

Usage

To use this program, simply run the following command in your terminal:

python palindromeChecker.py

You will then be prompted to enter a string. Enter a string and press enter. The program will then tell you if the string is a palindrome or not.