单选题

有如下Python程序代码:

a=input(“第一个数”)

b=input(“第二个数”)

print(a+b)

若输入的数据是5和3,那么程序的输出结果是?( )

A

53

B

8

C

a+b

D

5+3

赣ICP备20007335号-2