diff --git a/Chatbot b/Chatbot index a14ef32..5d43de9 100644 --- a/Chatbot +++ b/Chatbot @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Kommentar Test + import random print ("Hallo! Willkommen bei MikaGPT. Was kann ich für Sie tun?") @@ -14,7 +14,7 @@ while True: uinput = (input("Bitte Eingabe beginnen ").lower().split()) if "bye" in uinput: print("MikaGPT wird nun beendet.") - continue + break randoma = set(uinput).isdisjoint(set(woerter))