tegnliste = ["h", "e", "i", ",", " ", "d", "u", "!"] tom_streng = "" for bokstav in tegnliste: tom_streng += bokstav print(tom_streng)