Ejemplo n.º 1
0
Archivo: rhymes.py Proyecto: rec/p4p
def lines_rhyme(l1, l2):
    return words_rhyme(text.last_word(l1), text.last_word(l2))