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: ")