Skip to content

Latest commit

 

History

History

Palindrome Checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Palindrome Checker

A simple Python script to check if a given word is a palindrome.

Description

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".

Required Modules

Python 3.x This script uses only the standard library, so no additional installations are necessary.

▶️ How to Run the Script

  1. Clone the Repository:

    git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
    
  2. Navigate to Directory:

           cd Simple-Python-Mini-Projects/Palindrome\ Checker
  3. Run the Script:

       python palindrome_checker.py
  4. Follow the Prompt:

Enter a word when prompted, and the script will check if it is a palindrome.