Python erstellt

This commit is contained in:
Lena 2026-06-17 15:04:23 +02:00
parent 7b1a760e56
commit beab89219d

6
hallo.py Normal file
View 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.")