Python  1.0
Namespaces | Functions
_06b_palindromas_mutuas.py File Reference

Namespaces

 _06b_palindromas_mutuas
 Checking for mutual palindromes.
 

Functions

def _06b_palindromas_mutuas.areMutualPalindromes (str1, str2)
 Checks whether two strings are mutual palindromes. More...
 
def _06b_palindromas_mutuas.main ()