Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🔁 Palindrome Checker

A simple Python script that checks if a given sentence is a palindrome, while ignoring spaces, punctuation, and case.
Example: "A man, a plan, a canal: Panama" → It's a palindrome!


Features

  • Ignores spaces, punctuation, and case sensitivity
  • Works on Windows, macOS, and Linux
  • Lightweight (under 50 lines of code)
  • Uses only built-in Python libraries

Requirements

  • Python 3.6 or higher
  • No external dependencies required

Installation

Clone the repository and navigate into the project folder:

git clone https://github.com/sumanth-0/100LinesOfPythonCode.git
cd 100LinesOfPythonCode
cd "#652_PALINDROME_CHECKER"

RUN

python3 palindrome_checker.py