2 Commits 120cd22543 ... 34419b5781

Auteur SHA1 Message Date
  Jan 34419b5781 Merge branch 'master' of https://gogs.es-lab.de/stguegen/schaltjahre_berechnen il y a 5 ans
  Jan e28aeefbd8 Wie du willst il y a 5 ans
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: ")