From 11a3df0a8006e084602980571c8cb27b7326a038 Mon Sep 17 00:00:00 2001 From: hubobel Date: Sun, 28 May 2017 11:18:00 +0200 Subject: [PATCH] =?UTF-8?q?input=20wieder=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Parser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)