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)