第12388题 单选题
以下哪个Python语句可以将字符串"10"与数字2相加得到整数12?
A
result = "10" + 2
B
result = int("10") + 2
C
result = str(10) + 2
D
result = "10" + str(2)
程序运行统计
暂无判题统计