Datum für die Tabelle um das Jahr ergänzt

This commit is contained in:
hubobel 2025-07-20 09:23:21 +02:00
parent 09a9b8b296
commit f53ed8ec37

View file

@ -77,7 +77,7 @@ if match_super6:
super6 = [int(n) for n in match_super6.group(1).split()]
# Ausgabe
print("Datum / Woche:", datum_woche)
print("Datum / Woche:", str(jahr) + ' / ' + str(datum_woche))
print("Gezogene Lottozahlen (6 aus 49):", lottozahlen)
print("Superzahl:", superzahl)
print("Spiel 77:", spiel77)