Exemple #1
0
def lists():
    temp = Listogram('one fish two fish red fish blue fish'.split())
    return temp.generate_sentence(10)
Exemple #2
0
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)