Wordsparser This program generates all combinations with words from following code. And creates the lists of words that can go after current word. x = 6 for y in range(x): print('hello','mister',y)