第18864题
判断"给定Python程序执行结果为输出'假'"这一表述是否正确
x = 2
if 10 > 20 and x > 0:
print('真')
else:
print('假')
A

正确

B

错误

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