-->
当前位置:首页 > 题库

单选题:不能输出如下图所示字符串的print函数语句是( )。

Luz3年前 (2022-12-04)题库498
不能输出如下图所示字符串的print函数语句是( )。

![QQ截图20201003174136.jpg](~/8fb5deda-53b9-489f-97b0-08377f162e1f.jpg)

@[D](2)

A.
print("He said:\"I\'m a student.\"")

B.
print("He said:\"I'm a student.\"")

C.
print('He said:"I\'m a student."')

D.
print("He said:"I'm a student."")




A.
print("He said:\"I\'m a student.\"")

B.
print("He said:\"I'm a student.\"")

C.
print('He said:"I\'m a student."')

D.
print("He said:"I'm a student."")



答案:D