怎么样把一个数组中的所有元素取出来组成一个字符串

如题所述

请问采用什么语言实现 写一个 Python 实现范例

arr = ["hello", "world", "python"]
print("".join(arr))

温馨提示:答案为网友推荐,仅供参考
相似回答