单项选择题

下列代码的输出结果是()
a=str(3)
b="2"
print(a+b)

A.6
B.32
C.222
D.22

热门 试题