下面代码的输出结果是 L=[1,2,3,4,5] s1=’,’.join(str(n)for n in L) print(s1)

admin2019-09-02  26

问题 下面代码的输出结果是
L=[1,2,3,4,5]
s1=’,’.join(str(n)for n in L)
print(s1)

选项 A、[1,2,3,4,5]
B、1,2,3,4,5
C、[1,,2,,3,,4,,5]
D、1,,2,,3,,4,,5

答案B

解析
转载请注明原文地址:https://kaotiyun.com/show/Q36p777K
0

相关试题推荐
随机试题
最新回复(0)