21.04.25
This commit is contained in:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user