input entfernt

This commit is contained in:
hubobel 2017-05-28 10:06:47 +02:00
parent 82cbcee5d9
commit c127cde293
2 changed files with 7 additions and 1 deletions

View file

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