コード例 #1
0
ファイル: rhymes.py プロジェクト: rec/p4p
def lines_rhyme(l1, l2):
    return words_rhyme(text.last_word(l1), text.last_word(l2))