第25739题 单选题
下面Python代码执行时先后输入2和3.14后,其输出是?
a = input()
b = input()
print(a + b)
A

5

B

23.14

C

5.14

D

将触发异常

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