Kommentar hinzugefügt

This commit is contained in:
hubobel 2017-05-28 11:23:44 +02:00
parent 11a3df0a80
commit 705338af9e

View file

@ -30,7 +30,7 @@ def kodi(suchstring):
return (wert)
return 0
eingabe = input("was: ")
eingabe = input("was: ") #Frage
label = kodi(eingabe)
print(label)