vorname = "Anna"; nachname = "Schmid"; print("Hallo, " + vorname + " " + nachname + "!"); print(f"Hallo, {vorname} {nachname}!");