zahl=5+10 print(zahl*5) vorname = 'Axel' print(vorname) eingabe = input("Hallo") neu = eingabe print("Ausgabe:Hallo") print(neu)