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