第16283题 单选题
下列Python代码的运行结果是什么?
a=0
b=False
print(a==b)
A

0

B

False

C

True

D

error

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