第16915题 单选题
Python代码a=5、print('a+4')的运行结果是什么
a = 5
print('a+4')
A

9

B

'a+4'

C

无结果,出错

D

a+4

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