예제 #1
0
파일: rhymes.py 프로젝트: rec/p4p
def lines_rhyme(l1, l2):
    return words_rhyme(text.last_word(l1), text.last_word(l2))