南开大学 / Python编程基础
正确率:100%
计算列表ls中的元素个数应使用()。
A.ls.count()
B.count(ls)
C.ls.len()
D.len(ls)
参考答案:
佳题速递:
A.ls.count()
B.count(ls)
C.ls.len()
D.len(ls)