fruits = ["사과", "바나나", "체리"] result = ", ".join(fruits) print(result) words = ["hello", "world"] result = " ".join(words) print(result)
To embed this project on your website, copy the following code and paste it into your website's HTML: