第27239题 单选题
执行以下Python代码,print函数输出的结果是?
a = 5
b = 
c = "hello"
print(a and b or c)
A

5

B
C

"hello"

D

True

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