2 Revize 120cd22543 ... 34419b5781

Autor SHA1 Zpráva Datum
  Jan 34419b5781 Merge branch 'master' of https://gogs.es-lab.de/stguegen/schaltjahre_berechnen před 5 roky
  Jan e28aeefbd8 Wie du willst před 5 roky
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Schaltjahr1.py

+ 1 - 1
Schaltjahr1.py

@@ -7,7 +7,7 @@
 
 import math as m
 
-print "Bitte Datum eingeben" 
+print "Bitte Datum eingeben"  
 jahr = input("Jahr: ")
 monat = input("Monat: ")
 tag = input("Tag: ")