(单选题, )以下语句的运行结果是
>>>Python = “ Py

(单选题, )以下语句的运行结果是
>>>Python = “ Python”
>>> print (“ study” + Python)

A.studyPython

B.“study“Python

C.study Python

D.语法错误

正确答案是C