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!
- Ignores spaces, punctuation, and case sensitivity
- Works on Windows, macOS, and Linux
- Lightweight (under 50 lines of code)
- Uses only built-in Python libraries
- Python 3.6 or higher
- No external dependencies required
Clone the repository and navigate into the project folder:
git clone https://github.com/sumanth-0/100LinesOfPythonCode.git
cd 100LinesOfPythonCode
cd "#652_PALINDROME_CHECKER"python3 palindrome_checker.py