From 120c8a72c5236e19a717dee8c01cc7a786748878 Mon Sep 17 00:00:00 2001 From: msnau Date: Thu, 27 Aug 2026 12:07:51 +0200 Subject: [PATCH] Final fix chatbot --- Chatbot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))