From f53ed8ec371cdfe277bd529059e50d82a5a4c1ac Mon Sep 17 00:00:00 2001 From: hubobel Date: Sun, 20 Jul 2025 09:23:21 +0200 Subject: [PATCH] =?UTF-8?q?Datum=20f=C3=BCr=20die=20Tabelle=20um=20das=20J?= =?UTF-8?q?ahr=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lotto2py.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lotto2py.py b/lotto2py.py index 4ca13a9..e310a93 100644 --- a/lotto2py.py +++ b/lotto2py.py @@ -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)