eis-website/hallo.py
2026-06-17 15:04:23 +02:00

6 lines
No EOL
148 B
Python

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.")