Python内置函数_________可以返回列表、元组、字典、集合、字符串以及range对象中元素个数。
A、type( )
B、index( )
C、len( )
D、count( )