diff --git a/words.py b/words.py index 3d6222e..5547220 100644 --- a/words.py +++ b/words.py @@ -29,4 +29,5 @@ for word in words: if match: matches.append(word) -print(matches) +for match in matches: + print(match.strip())