单选题

运行下面的代码,程序输出的结果是?

test ={1:"A",2:"B",3:"C"}

test ={}

print(len(test))

A

0

B

3

C

4

D

6

赣ICP备20007335号-2