![]() |
Python
1.0
|
Checking for palindrome phrases. More...
Functions | |
def | isPhrasePalindrome (st) |
Checks whether a phrase is a palindrome. More... | |
def | main () |
Checking for palindrome phrases.
Exemplos:
def _06c_frase_palindroma.isPhrasePalindrome | ( | st | ) |
Checks whether a phrase is a palindrome.
The only difficulty here is to remove spaces, accents and punctuation from the String.
st | string to be tested. |
Referenced by main().
def _06c_frase_palindroma.main | ( | ) |
References _01d_dec2bin.input, isPhrasePalindrome(), and validateRoman.raw_input.