单选题

已知字典 dict1={0:"zero",1:"one",2:"two",3:"Three"}, 执行语句dict1[3]="three"后, 字典 dict1 的内容为? ( )

A

{0:"zero",1:"one",2:"two",3:"Three"}

B

{0:"zero",1:"one",2:"two",3:"three"}

C

{0:"zero",1:"one",2:"two","3":three}

D

{0:"zero",1:"one",2:"two",3:"Three",3:"three"}

赣ICP备20007335号-2