gpt4 book ai didi

python - 每次将字符串写入文件时换行

转载 作者:太空宇宙 更新时间:2023-11-03 21:12:27 24 4
gpt4 key购买 nike

我想在每次调用 file.write() 时在字符串中附加一个换行符。在 Python 中执行此操作最简单的方法是什么?

最佳答案

使用“\n”:

file.write("My String\n")

参见the Python manual供引用。

关于python - 每次将字符串写入文件时换行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54969928/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com