题库 Python题库 题目列表 运行以下Python代码,输出结果是?( )chengji=...
单选题

运行以下Python代码,输出结果是?( )

chengji={'English':90,'Chinese':99,'Python':80}
result=chengji.get('python','木有')
print(result)
A.

None

B.

-1

C.

木有

D.

报错

题目信息
2024年 6月 选择题
100%
正确率
0
评论
27
点击