A68702. 以下程序,输出的结果是( )mydict = {'小明':95,'小红':100}
填空题
知识点
题目描述
以下程序,输出的结果是( )
mydict = {'小明':95,'小红':100}
score = mydict.get('小白',0)
print(score)