> /mytxt.txt"-6ren">
gpt4 book ai didi

python - 无法将数据插入到使用 Python 代码中的触摸创建的空文件中

转载 作者:太空宇宙 更新时间:2023-11-04 12:26:10 26 4
gpt4 key购买 nike

  commands.getoutput("touch /mytxt.txt")
x="hello"
commands.getoutput("echo x | cat >> /mytxt.txt".format(x))

我尝试在 python 实时解释器中运行此代码,它运行完美,数据已插入到文件中。但是当我把这段代码放在 python 程序中时,它没有显示这样的文件和目录。但是文件 mytxt 被创建到/文件夹中

最佳答案

这是你的答案:

Python Print String To Text File

如果您编写 python 代码而不是 shell 脚本,我猜您想使用 python 内置函数来管理您的文件。

关于python - 无法将数据插入到使用 Python 代码中的触摸创建的空文件中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44600898/

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