单选题:以下哪条语句输出的结果不是`onetwothree`。
以下哪条语句输出的结果不是onetwothree。
A.print("one""two""three")
B.print("one"+"two"+"three")
C.print("one","two","three")
D.
print("one"+"two"+\
"three")
答案:C
A.print("one""two""three")
B.print("one"+"two"+"three")
C.print("one","two","three")
D.
print("one"+"two"+\
"three")
答案:C