首页题库练习题目详情
Python程序设计单选题中等

执行以下代码后,输出结果为? list1 = ['Python', 'is', 'great'] print(' '.join(list1))

APython is great
BPython-is-great
CPython is great
DPython is great