altGoal.py aktualisiert
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user