第17478题 单选
下列Python代码的输出结果是什么?
n = 2
b = bool(n-2)
print(n, b)
A

2 0

B

0 True

C

2 False

D

0 False

提交0次 正确率0.00%
答案解析