判断题

运行下列代码,输出结果为0。( )

a=[6,6,6]

b=a.remove(6)

c=a.count(6)

print(c)

A

B

赣ICP备20007335号-2