logging off before i inevitably post about that which begins with g and ends with k

comments (single view)

Bro what

from nltk.corpus import words
print("? ".join(filter(lambda a:a[0] == "g" and a[-1] == "k",words.words())))
View all comments