コード例 #1
0
def lists():
    temp = Listogram('one fish two fish red fish blue fish'.split())
    return temp.generate_sentence(10)
コード例 #2
0
ファイル: app.py プロジェクト: PudgyElderGod/CS1.2
def lists():
    temp = Listogram("I DO AND YOU KNOW I DO AND YOU KNOW THAT I AM WITH YOU FOREVER".split()) 
    return temp.generate_sentence(20)