下列选项能够成功输出以下文字的是? ( )
你好
很高兴见到你
print( '你好很高兴见到你')
print(你好)print(很高兴见到你)
print( '你好 很高兴见到你')
print( '你好')print( '很高兴见到你')