@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
print ("Hallo! Willkommen bei MikaGPT. Was kann ich für Sie tun?")
uinput = (input("Bitte Eingabe beginnen ").lower().split())
while uinput:
if "bye" in uinput:
print("MikaGPT wird nun beendet.")
break
The note is not visible to the blocked user.