何换行python如何换行而不运行代码

python如何换行而不运行代码在 Python 中 如果你想在代码中换行而不执行代码 你可以使用以下方法 使用反斜杠 pythonprint 这是第一行 n 这是第二行 使用三引号字符串 pythonprint 这是第一行这是第二行...