Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 211 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 211 Bytes

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)