(单选题, )Python语句
A=[1,2,3,None,[[]],[

(单选题, )Python语句
A=[1,2,3,None,[[]],[]]
Print(len(a))
以上代码的运行结果是( )

A.4

B.5

C.6

D.7

正确答案是C