altGoal.py aktualisiert

This commit is contained in:
2026-06-01 16:56:59 +00:00
parent 8a1d0fc79c
commit 40127300fc
+1 -2
View File
@@ -14,10 +14,9 @@ while True:
try:
print(promptsAndAnswers[text])
except somethingElse:
except Exception as somethingElse:
print("Das verstehe ich nicht.")
if text == "bye":
print("Tschüss!")
break