diff --git a/Parser.py b/Parser.py index 5368b18..85254dc 100644 --- a/Parser.py +++ b/Parser.py @@ -30,7 +30,7 @@ def kodi(suchstring): return (wert) return 0 -eingabe = input("was: ") +eingabe = input("was: ") #Frage label = kodi(eingabe) print(label)