MikaGPT funktioniert nun
This commit is contained in:
@@ -14,7 +14,7 @@ while True:
|
|||||||
uinput = (input("Bitte Eingabe beginnen ").lower().split())
|
uinput = (input("Bitte Eingabe beginnen ").lower().split())
|
||||||
if "bye" in uinput:
|
if "bye" in uinput:
|
||||||
print("MikaGPT wird nun beendet.")
|
print("MikaGPT wird nun beendet.")
|
||||||
break
|
continue
|
||||||
|
|
||||||
randoma = set(uinput).isdisjoint(set(woerter))
|
randoma = set(uinput).isdisjoint(set(woerter))
|
||||||
|
|
||||||
@@ -23,9 +23,5 @@ while True:
|
|||||||
|
|
||||||
for antworten in uinput:
|
for antworten in uinput:
|
||||||
if antworten in woerter:
|
if antworten in woerter:
|
||||||
(woerter[antworten])
|
print(woerter[antworten])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# if uinput not in zwoerter:
|
|
||||||
# print (random.choice(woerter))
|
|
||||||
|
|||||||
Reference in New Issue
Block a user