单项选择题

下面代码的输出结果是__。 dict = {'a': 1, '2b': 2, 'b': '3'}; temp = dict['b'] print(temp)
A、1
B、{'b':2}
C、3
D、2

热门 试题