Final fix chatbot

This commit is contained in:
2026-08-27 12:07:51 +02:00
parent e9cab24046
commit 120c8a72c5
+2 -2
View File
@@ -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))