下面代码的输出结果是 s=[’’seashell’’,’’gold’’,’’pink’’,’’brown’’,’’purple’’,’’tomato’’] print(len(8),min(s),max(s))

admin2019-09-02  13

问题 下面代码的输出结果是
s=[’’seashell’’,’’gold’’,’’pink’’,’’brown’’,’’purple’’,’’tomato’’]
print(len(8),min(s),max(s))

选项 A、6 seashell gold
B、6 brown tomato
C、5 pink brown
D、5 purple tomato

答案B

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

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