在Python命令行中,可以使用以下方法进行换行:
print("第一行输出。\n第二行输出。")
print("第一行输出。") print("第二行输出。")
print("""第一行输出。 第二行输出。""")