第12818题 判断题
判断运行给定Python代码的输出结果是否为0
a=[6,6,6]
b=a.remove(6)
c=a.count(6)
print(c)
A

正确

B

错误

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析