pavanchikkanna / is_palindrome

A python module for checking palindrome property in a string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%