Datum für die Tabelle um das Jahr ergänzt
This commit is contained in:
parent
09a9b8b296
commit
f53ed8ec37
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ if match_super6:
|
||||||
super6 = [int(n) for n in match_super6.group(1).split()]
|
super6 = [int(n) for n in match_super6.group(1).split()]
|
||||||
|
|
||||||
# Ausgabe
|
# Ausgabe
|
||||||
print("Datum / Woche:", datum_woche)
|
print("Datum / Woche:", str(jahr) + ' / ' + str(datum_woche))
|
||||||
print("Gezogene Lottozahlen (6 aus 49):", lottozahlen)
|
print("Gezogene Lottozahlen (6 aus 49):", lottozahlen)
|
||||||
print("Superzahl:", superzahl)
|
print("Superzahl:", superzahl)
|
||||||
print("Spiel 77:", spiel77)
|
print("Spiel 77:", spiel77)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue