Pythondatei Frage
This commit is contained in:
parent
f6a744611e
commit
72f1e0c5d1
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" + "Jahre alt.")
|
||||||
Loading…
Reference in a new issue