第13366题 单选
运行给定Python字典get方法相关代码,输出结果是?
chengji={'English':90,'Chinese':99,'Python':80}
result=chengji.get('python','木有')
print(result)
A

None

B

-1

C

木有

D

报错

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