第19002题 单选题
运行给定Python代码,print(len(means))的输出结果是?
means = ['Thank', 'You']
print(len(means))
A

8

B

6

C

2

D

1

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析