Eingabe und Variablen
This commit is contained in:
parent
06e1885cea
commit
e33e2acbe4
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