Esempio n. 1
0
File: rhymes.py Progetto: rec/p4p
def lines_rhyme(l1, l2):
    return words_rhyme(text.last_word(l1), text.last_word(l2))