2 Коммиты 120cd22543 ... 34419b5781

Автор SHA1 Сообщение Дата
  Jan 34419b5781 Merge branch 'master' of https://gogs.es-lab.de/stguegen/schaltjahre_berechnen 5 лет назад
  Jan e28aeefbd8 Wie du willst 5 лет назад
1 измененных файлов с 1 добавлено и 1 удалено
  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: ")