单选题

运行下面程序,输出的结果是(    )。

dic =  {1 : 'one', 2 : 'two', 3 : 'three', 4 : 'four'}
del dic[3]
print(len(dic))
A

1

B

2

C

3

D

4

赣ICP备20007335号-2