Skip to content

coskunsoysal/palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palindrome

This script finds palindrome words in a document and write them to a result file

A palindrome is a word, phrase, number, or other sequence of symbols or elements that reads the same forward or reversed, with general allowances for adjustments to punctuation and word dividers. Famous examples include "Amor, Roma", "A man, a plan, a canal: Panama" and "No 'x' in 'Nixon'". More : http://en.wikipedia.org/wiki/Palindrome

Usage

python

>>>from palindrome import Palindrome

>>>Palindrome().main()

About

Find Palindrome Words in a Document

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages