Skip to content

Bhuvi2006/Palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Palindrome Checker in Python

This Python script checks if a given string is a palindrome. A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward (ignoring spaces, punctuation, and capitalization).

Features

Determines if a string is a palindrome.
Handles both single words and phrases.
Ignores spaces, punctuation, and capitalization during comparison.

Contributing

Contributions are welcome! Here are a few ways you can contribute:

Enhance the script to handle different languages or character sets.
Improve efficiency or add additional checks.
Fix any bugs you encounter or suggest enhancements.

Releases

No releases published

Packages

No packages published

Languages