单项选择题
下列代码的输出结果是() a=int(‘3’) b="2" print(a+b)
A.5 B.32 C.error D.33
A.1 B.2 C.4 D.3
A.123123 B.246 C.error D.以上都不是