A simple Python script to check if a given word is a palindrome.
This script checks if a given word is a palindrome. A palindrome is a word that reads the same backward as forward, such as "madam" or "racecar".
Python 3.x This script uses only the standard library, so no additional installations are necessary.
-
Clone the Repository:
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
-
Navigate to Directory:
cd Simple-Python-Mini-Projects/Palindrome\ Checker
-
Run the Script:
python palindrome_checker.py
-
Follow the Prompt:
Enter a word when prompted, and the script will check if it is a palindrome.