(单选题, )在Python3中执行如下语句后得到的结果是( ) >>> world="world" >>> print "hello"+ world
A.helloworld
B."hello"world
C.hello world
D.语法错误
正确答案是D