gpt4 book ai didi

python - 在python中将纯字符串写入文件

转载 作者:太空宇宙 更新时间:2023-11-04 09:50:27 25 4
gpt4 key购买 nike

我有 str = 'some words\n' 并且我想将它打印到文件中

with open(newfile, 'a') as the_file:
the_file.write(str)

我怎么能按字面意思写 'some words\n' 而不是 'some words' 并在末尾输入?

最佳答案

请尝试像 str = "some words\\n" 这样的双反斜杠。

关于python - 在python中将纯字符串写入文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48003241/

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