单项选择题

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

A.5
B.32
C.error
D.33

热门 试题