(单选题, )<br class="markdown_return">下面代码的执行结果是( ) <br class="mar

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

(单选题, )
下面代码的执行结果是( )
>>> x = "Happy Birthday to you!"
>>> x * 3

A.系统报错

B.Happy Birthday to you!

C.Happy Birthday to you!Happy Birthday to you!Happy Birthday to you!'

D.Happy Birthday to you! Happy Birthday to you! Happy Birthday to you!

正确答案是C