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

6
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

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)