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

执行以下代码,输出结果是? list1 = ['a', 'b', 'c'] result = '-'.join(list1) print(result)

Aa-b-c
Ba-b-c-
Ca-b-c
Da-b-c-