@ -29,4 +29,5 @@ for word in words:
if match:
matches.append(word)
print(matches)
for match in matches:
print(match.strip())