Eingabe und Variablen
This commit is contained in:
parent
7cc2b6acd5
commit
883a9d4a75
1 changed files with 3 additions and 0 deletions
3
frage.py
Normal file
3
frage.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name = input("Wie heißt du? ")
|
||||
alter = input("Wie alt bist du? ")
|
||||
print(name + " ist " + alter + " Jahre alt.")
|
||||
Loading…
Reference in a new issue