input entfernt
This commit is contained in:
parent
82cbcee5d9
commit
c127cde293
2 changed files with 7 additions and 1 deletions
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal 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>
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue