Liste de char pour chaîner Python

print("".join(["h", "e", "l", "l", "o"]))
Itchy Ibex