共计 204 个字符,预计需要花费 1 分钟才能阅读完成。
在 Python 中,可以使用三引号(‘’’或“”")来输入多行字符串。例如:
string = '''
This is a multi-line string.
It can contain multiple lines of text.
'''
或者使用转义字符(\)来换行:
string = 'This is a multi-line string.\
It can contain multiple lines of text.'
丸趣 TV 网 – 提供最优质的资源集合!
正文完