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:
2022-02-10 14:06:04 +01:00
parent 27135bb9c3
commit ce79d82a0b
5 changed files with 62 additions and 11 deletions

View File

@ -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!")