运行以下代码,输出结果是?( )
chengji={'English':90,'Chinese':99,'Python':80} result=chengji.get('python','木有') print(result)
None
-1
木有
报错