1.三引号可包含多行文本,使用回车换行
print("""hello world i am fine """)
2.使用\n表示多行
print("hello world \n i am fine")