第21618题 判断
执行给定Python代码,程序的输出结果是否为3?
a = 3
if a == '3':
    print(3)
else:
    print(1)
A

正确

B

错误

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