>>> word the
created word: the
>>> word a
created word: a
>>> {the, a}
Created group: {the, a}
>>> word dog
created word: dog
>>> word cat
created word: cat
>>> word squirrel
created word: squirrel
>>> {dog, cat, squirrel}
Created group: {dog, cat, squirrel}
>>> word runs
created word: runs
>>> word eats
created word: eats
>>> {runs, eats}
Created
(
Read more... )
Comments 1
Reply
Leave a comment