Python erstellt
This commit is contained in:
parent
7b1a760e56
commit
beab89219d
1 changed files with 6 additions and 0 deletions
6
hallo.py
Normal file
6
hallo.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
print("Hello World!")
|
||||
print(3+5)
|
||||
name=input("Wie heißt du?")
|
||||
alter=input("Wie alt bist du")
|
||||
|
||||
print(f"Ich heiße {name} und bin {alter} Jahre alt.")
|
||||
Loading…
Reference in a new issue