From 9af3ce2018084cf5e295018afeb892c5ea678b4b Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 26 Dec 2023 09:29:21 +0100 Subject: [PATCH] =?UTF-8?q?Sch=C3=B6neres=20Ergebnis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- words.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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())