![]() |
Python
1.0
|
Namespaces | |
_06d_anagrama | |
Checking for anagrams. | |
Functions | |
def | _06d_anagrama.anagram (str1, str2) |
Checks whether two words are anagrams. More... | |
def | _06d_anagrama.isAnagram (a, b) |
Checks whether two words or phrases are anagrams. More... | |
def | _06d_anagrama.containsHiddenWord (hiddenWord, word) |
Determines whether the given hidden word can be obtained from the main word, by erasing some of its letters. More... | |
def | _06d_anagrama.main () |