(单选题, )Python内置函数_________可以返回列表、元组、字典、集合、字符串以及range对象中元素个数。
A.type( )
B.index( )
C.len( )
D.count( )
正确答案是C