def add_up(words): return " ".join([str(stuffs) for stuffs in words]) add_up(words = ["hello", "world"])