南开大学 / Python编程基础
正确率:100%
统计列表ls中的值为3的元素个数应使用()。
A.ls.count4(3)
B.count(ls,3)
C.ls.len(3)
D.len(ls,3)
参考答案:
A.ls.count4(3)
B.count(ls,3)
C.ls.len(3)
D.len(ls,3)