modified: 2.Erste Programme/5. Notendurschnittberechnung/main.py
modified: 2.Erste Programme/7. Operationen/operationen.py new file: 2.Erste Programme/7. Operationen/test_operationen.py new file: 2.Erste Programme/8. Wertzuweisungen/wertzuweisungen.py new file: 2.Erste Programme/9. Tausch zweier Werte/tauschzweierwerte.py
This commit is contained in:
@ -51,7 +51,7 @@ def ohne_kursarbeit():
|
||||
init()
|
||||
print("Nochmal rechnen ((J)a/(N)ein)?")
|
||||
start = input()
|
||||
if start == "J" or start == "ja":
|
||||
if start == "J" or start == "ja" or start == "Ja":
|
||||
init()
|
||||
else:
|
||||
print("Auf Wiedersehen!")
|
||||
|
Reference in New Issue
Block a user