单项选择题
以下代码的输出结果是() print(str(123)*2)
A.321321 B.3212 C.123123 D.319
A.a+b B.a*2 C.int(a)*2 D.int(a+b)
A.or B.not C.error D.and