コード例 #1
0
def Dicts():
    temp = Dictogram('one fish two fish red fish blue fish'.split())
    return temp.generate_sentence(10)
コード例 #2
0
ファイル: app.py プロジェクト: PudgyElderGod/CS1.2
def Dicts():
    temp = Dictogram("YOU HEAR THE CALL I CAN HEAR IT THROUGH YOU AND YOU WILL SOON KNOW WHAT IT IS".split())  
    return temp.generate_sentence(20)