多项选择题

下面哪些语句可以在Python 中打印出“Hello,world!”?()

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