以下语句的输出结果是:


以下语句的输出结果是:

print("hello",end='+')

print("world")

A.hello+world

B.hello+

world

C.hello

world

D.hello+

world+

正确答案:hello+world