第11571题 单选
以下Python代码的运行结果是什么?
data = [2021, 'False',  '无', 2022, '闰六月']
xm=data[4]
print(xm)
A

润六月

B

False

C

D

True

提交0次 正确率0.00%
答案解析