string1 = "Moin" string2 = "Deutschland" resultat = string1 + " " + string2 print(resultat)