Python  1.0
Namespaces | Functions
_06a_palindroma.py File Reference

Namespaces

 _06a_palindroma
 Checking for palindromes.
 

Functions

def _06a_palindroma.palindrome (str)
 Checks whether a string is a palindrome. More...
 
def _06a_palindroma.main ()