第13358题
执行Python代码a=input()、b=input()后调用print(a+b),输入1和2时的输出结果是什么?
A

3

B

1

C

2

D

12

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