This commit is contained in:
Sven Riwoldt
2025-04-21 16:21:02 +02:00
parent 18cae83c46
commit 79bfb7e81b
13 changed files with 893 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import os
tmp = []
filenames = []
with open('Uebersicht_der_Wörter_20250419.txt', 'r', encoding='utf-8') as input_file:
with open('Uebersicht_der_Wörter_20250421.txt', 'r', encoding='utf-8') as input_file:
for line in input_file:
#Erzeuge ein Array mit den Wörtern
tmp.append(int(line.split('\t')[0]))