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

分类: 初级Python开发工程师 发布时间: 2023-11-03 11:12 浏览量: 0

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

A.studyPython

B.“study“Python

C.study Python

D.语法错误

正确答案是C