• 2022-06-09
    哪个选项是下面代码的输出结果?()
    ‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬‬d={'a':1,'b':2,'b':'3'} print(d['b'])
    A: {'b':2}
    B: 2
    C: 3
    D: 1