vmule / python-lab

Python random stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

palindromes is broken

aogier opened this issue · comments

$  echo achille | python palindromes.py
achille

['ll']
$

ok during our chat I understood you want to find any palindrome length>1 string within a given string. So I'll reimplement :P