gpt4 book ai didi

python - 我在一个简单的 Python open() 函数上收到一个 File not Found 错误

转载 作者:行者123 更新时间:2023-11-28 19:15:30 27 4
gpt4 key购买 nike

<分区>

这是我将其归结为一个简单的 open() 的代码,打开文件输入语句显示,但关闭文件不显示。这在空闲界面中运行,但不在命令行界面中运行。

程序和文件(拼写正确且全部小写)都在本次测试的桌面上。有人看到少了什么吗?打开

# Read It
# Demonstrates reading from a text file

input("\n\nPress the enter key to Open file")
print("Opening and closing the file.")
text_file = open("nicole1.txt", "r")
input("\n\nPress the enter key to Close file")
text_file.close()

input("\n\nPress the enter key to exit.")

** 更新,好的我试了绝对路径没有成功。我在闪存驱动器上有一份副本。我在 Windows XP 机器和 Windows 7 机器上运行它,它运行得很好。我使用相同的闪存驱动器并尝试在 Windows10 Box 上运行它,但我遇到了问题。一条评论询问是否有回溯,有,基本上表明该文件不存在。我现在正在尝试确定这是否是 Windows 10 问题。此外,代码将在两个 Windows Box(XP 和 Win10)上以空闲状态运行。

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