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