单项选择题
下列代码的输出结果是() a=str(3) b="2" print(a+b)
A.6 B.32 C.222 D.22
A.0 B.2 C.4 D.3
A.123123 B.246 C.error D.以上都不是