单选题

运行下面的代码,程序输出的结果是?

m = "hello" +1 +2 +3

print(m)

A

hello123

B

hello

C

程序报错

D

hello6

赣ICP备20007335号-2