题目详情
单选题 The output of the following scripts is ls=['alex','eric','rain'] s='-'.join(ls) print(s)
A. alex-eric-rain
B. -alex-eric-rain
C. -alex-eric-rain-
D. alex-eric-rain-
学科:Python程序设计(双语)
时间:2024-04-01 07:25:50
相关题目
相关作业