找考题网-背景图
单项选择题

在Python中,以下哪个语句可以输出多行字符串?()

A.print(’’’Hello,World!’’’)
B.print("Hello,World!")
C.print(’Hello,World!’)