Exemplo n.º 1
0
Arquivo: rhymes.py Projeto: rec/p4p
def lines_rhyme(l1, l2):
    return words_rhyme(text.last_word(l1), text.last_word(l2))