Skip to content

A python module for checking palindrome property in a string

Notifications You must be signed in to change notification settings

pavanchikkanna/is_palindrome

Repository files navigation

is_palindrome

It is a simple python module for checking the palindrome property in a string.

Installation

You can install is_palindrome from PyPI

pip install is-palindrome

How to use

It is a command line application just enter is_palindrome followed by a word in command prompt.

$ is_palindrome aba
True

$ is_palindrome pavan
False

$ is_palindrome 
Empty String

Thank you.

About

A python module for checking palindrome property in a string

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages