试题详情

Python内置函数( )可以返回列表、元组、字典、集合、字符串以及range对象中元素个数。

Atype( )

Bindex( )

Clen( )

Dcount( )