from .hangman import multi_word tests = [ [ 'cat', 'mat', 'hat', 'tap', 'sum', ], [ 'kangaroo', 'compound', 'lollipop', ], [ 'receive', 'buffalo', 'seventh', 'justify', ] ] def test(): print('\n'.join(multi_word(tests)))