Schöneres Ergebnis

This commit is contained in:
Stefan Ritter 2023-12-26 09:29:21 +01:00
parent c021364f68
commit 9af3ce2018
1 changed files with 2 additions and 1 deletions

View File

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