在Python中,对包含 几 个元素的 list 类型进行 len 运算,时间复杂度是?(n 不超过计算机字长可存储范围)
A. 0(log n)
B.0(n)
c. 0(1)
D.和 list 内的元素的类型有关