input wieder hinzugefügt

This commit is contained in:
hubobel 2017-05-28 11:18:00 +02:00
parent c127cde293
commit 11a3df0a80

View file

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