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